diff --git a/Google-Sheets-to-Flutter-App/.flutter-plugins b/Google-Sheets-to-Flutter-App/.flutter-plugins new file mode 100644 index 00000000..580034ca --- /dev/null +++ b/Google-Sheets-to-Flutter-App/.flutter-plugins @@ -0,0 +1,8 @@ +# This is a generated file; do not edit or check into version control. +url_launcher=D:\\PC INSTALL SOFTWARE\\FLUTTER\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\url_launcher-6.1.6\\ +url_launcher_android=D:\\PC INSTALL SOFTWARE\\FLUTTER\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\url_launcher_android-6.0.21\\ +url_launcher_ios=D:\\PC INSTALL SOFTWARE\\FLUTTER\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\url_launcher_ios-6.0.17\\ +url_launcher_linux=D:\\PC INSTALL SOFTWARE\\FLUTTER\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\url_launcher_linux-3.0.1\\ +url_launcher_macos=D:\\PC INSTALL SOFTWARE\\FLUTTER\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\url_launcher_macos-3.0.1\\ +url_launcher_web=D:\\PC INSTALL SOFTWARE\\FLUTTER\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\url_launcher_web-2.0.13\\ +url_launcher_windows=D:\\PC INSTALL SOFTWARE\\FLUTTER\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\url_launcher_windows-3.0.1\\ diff --git a/Google-Sheets-to-Flutter-App/.flutter-plugins-dependencies b/Google-Sheets-to-Flutter-App/.flutter-plugins-dependencies new file mode 100644 index 00000000..24d6c669 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/.flutter-plugins-dependencies @@ -0,0 +1 @@ +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"url_launcher_ios","path":"D:\\\\PC INSTALL SOFTWARE\\\\FLUTTER\\\\src\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\url_launcher_ios-6.0.17\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"url_launcher_android","path":"D:\\\\PC INSTALL SOFTWARE\\\\FLUTTER\\\\src\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\url_launcher_android-6.0.21\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"url_launcher_macos","path":"D:\\\\PC INSTALL SOFTWARE\\\\FLUTTER\\\\src\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\url_launcher_macos-3.0.1\\\\","native_build":true,"dependencies":[]}],"linux":[{"name":"url_launcher_linux","path":"D:\\\\PC INSTALL SOFTWARE\\\\FLUTTER\\\\src\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\url_launcher_linux-3.0.1\\\\","native_build":true,"dependencies":[]}],"windows":[{"name":"url_launcher_windows","path":"D:\\\\PC INSTALL SOFTWARE\\\\FLUTTER\\\\src\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\url_launcher_windows-3.0.1\\\\","native_build":true,"dependencies":[]}],"web":[{"name":"url_launcher_web","path":"D:\\\\PC INSTALL SOFTWARE\\\\FLUTTER\\\\src\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\url_launcher_web-2.0.13\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"url_launcher","dependencies":["url_launcher_android","url_launcher_ios","url_launcher_linux","url_launcher_macos","url_launcher_web","url_launcher_windows"]},{"name":"url_launcher_android","dependencies":[]},{"name":"url_launcher_ios","dependencies":[]},{"name":"url_launcher_linux","dependencies":[]},{"name":"url_launcher_macos","dependencies":[]},{"name":"url_launcher_web","dependencies":[]},{"name":"url_launcher_windows","dependencies":[]}],"date_created":"2022-11-19 21:12:59.520168","version":"3.3.1"} \ No newline at end of file diff --git a/Google-Sheets-to-Flutter-App/.gitignore b/Google-Sheets-to-Flutter-App/.gitignore new file mode 100644 index 00000000..70ccb971 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/Google-Sheets-to-Flutter-App/README.md b/Google-Sheets-to-Flutter-App/README.md new file mode 100644 index 00000000..b113577f --- /dev/null +++ b/Google-Sheets-to-Flutter-App/README.md @@ -0,0 +1,16 @@ +# soap_application + +A new Flutter project. + +## Getting Started + +This project is a starting point for a Flutter application. + +A few resources to get you started if this is your first Flutter project: + +- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) +- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) + +For help getting started with Flutter development, view the +[online documentation](https://docs.flutter.dev/), which offers tutorials, +samples, guidance on mobile development, and a full API reference. diff --git a/Google-Sheets-to-Flutter-App/analysis_options.yaml b/Google-Sheets-to-Flutter-App/analysis_options.yaml new file mode 100644 index 00000000..a7acf245 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/analysis_options.yaml @@ -0,0 +1,29 @@ +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/Google-Sheets-to-Flutter-App/android/.gitignore b/Google-Sheets-to-Flutter-App/android/.gitignore new file mode 100644 index 00000000..5d99765d --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/.gitignore @@ -0,0 +1,13 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java + +# Remember to never publicly share your keystore. +# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app +key.properties +**/*.keystore +**/*.jks diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/checksums/checksums.lock b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/checksums/checksums.lock new file mode 100644 index 00000000..8cd957fc Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/checksums/checksums.lock differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/checksums/md5-checksums.bin b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/checksums/md5-checksums.bin new file mode 100644 index 00000000..ef4f2377 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/checksums/md5-checksums.bin differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/checksums/sha1-checksums.bin b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/checksums/sha1-checksums.bin new file mode 100644 index 00000000..c9f85061 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/checksums/sha1-checksums.bin differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock new file mode 100644 index 00000000..efe23f51 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/dependencies-accessors/gc.properties b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/dependencies-accessors/gc.properties new file mode 100644 index 00000000..e69de29b diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/executionHistory/executionHistory.bin b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/executionHistory/executionHistory.bin new file mode 100644 index 00000000..aa78219d Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/executionHistory/executionHistory.bin differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/executionHistory/executionHistory.lock b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/executionHistory/executionHistory.lock new file mode 100644 index 00000000..e94b1ed0 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/executionHistory/executionHistory.lock differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileChanges/last-build.bin b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileChanges/last-build.bin new file mode 100644 index 00000000..f76dd238 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileChanges/last-build.bin differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileHashes/fileHashes.bin b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileHashes/fileHashes.bin new file mode 100644 index 00000000..3da9c8dd Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileHashes/fileHashes.bin differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileHashes/fileHashes.lock b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileHashes/fileHashes.lock new file mode 100644 index 00000000..3346073c Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileHashes/fileHashes.lock differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileHashes/resourceHashesCache.bin b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileHashes/resourceHashesCache.bin new file mode 100644 index 00000000..0da7b533 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/fileHashes/resourceHashesCache.bin differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/7.4/gc.properties b/Google-Sheets-to-Flutter-App/android/.gradle/7.4/gc.properties new file mode 100644 index 00000000..e69de29b diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/Google-Sheets-to-Flutter-App/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock new file mode 100644 index 00000000..5838c7c2 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/buildOutputCleanup/cache.properties b/Google-Sheets-to-Flutter-App/android/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 00000000..72d385a4 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Mon Oct 31 10:53:39 IST 2022 +gradle.version=7.4 diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/buildOutputCleanup/outputFiles.bin b/Google-Sheets-to-Flutter-App/android/.gradle/buildOutputCleanup/outputFiles.bin new file mode 100644 index 00000000..f3c05188 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/file-system.probe b/Google-Sheets-to-Flutter-App/android/.gradle/file-system.probe new file mode 100644 index 00000000..d2d147cc Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/.gradle/file-system.probe differ diff --git a/Google-Sheets-to-Flutter-App/android/.gradle/vcs-1/gc.properties b/Google-Sheets-to-Flutter-App/android/.gradle/vcs-1/gc.properties new file mode 100644 index 00000000..e69de29b diff --git a/Google-Sheets-to-Flutter-App/android/app/build.gradle b/Google-Sheets-to-Flutter-App/android/app/build.gradle new file mode 100644 index 00000000..b2cd71c4 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/app/build.gradle @@ -0,0 +1,59 @@ +def localProperties = new Properties() +def localPropertiesFile = rootProject.file('local.properties') +if (localPropertiesFile.exists()) { + localPropertiesFile.withReader('UTF-8') { reader -> + localProperties.load(reader) + } +} + +def flutterRoot = localProperties.getProperty('flutter.sdk') +if (flutterRoot == null) { + throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") +} + +def flutterVersionCode = localProperties.getProperty('flutter.versionCode') +if (flutterVersionCode == null) { + flutterVersionCode = '1' +} + +def flutterVersionName = localProperties.getProperty('flutter.versionName') +if (flutterVersionName == null) { + flutterVersionName = '1.0' +} + +apply plugin: 'com.android.application' +apply plugin: 'kotlin-android' +apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" + +android { + compileSdkVersion 33 + ndkVersion flutter.ndkVersion + + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 + } + + defaultConfig { + // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). + applicationId "com.example.soap_application" + // You can update the following values to match your application needs. + // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. + minSdkVersion flutter.minSdkVersion + targetSdkVersion flutter.targetSdkVersion + versionCode flutterVersionCode.toInteger() + versionName flutterVersionName + } + + buildTypes { + release { + // TODO: Add your own signing config for the release build. + // Signing with the debug keys for now, so `flutter run --release` works. + signingConfig signingConfigs.debug + } + } +} + +flutter { + source '../..' +} diff --git a/Google-Sheets-to-Flutter-App/android/app/src/debug/AndroidManifest.xml b/Google-Sheets-to-Flutter-App/android/app/src/debug/AndroidManifest.xml new file mode 100644 index 00000000..ba0e7b1a --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/app/src/debug/AndroidManifest.xml @@ -0,0 +1,8 @@ + + + + diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/AndroidManifest.xml b/Google-Sheets-to-Flutter-App/android/app/src/main/AndroidManifest.xml new file mode 100644 index 00000000..bd952e7f --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/java/com/example/soap_application/MainActivity.java b/Google-Sheets-to-Flutter-App/android/app/src/main/java/com/example/soap_application/MainActivity.java new file mode 100644 index 00000000..32217023 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/app/src/main/java/com/example/soap_application/MainActivity.java @@ -0,0 +1,6 @@ +package com.example.soap_application; + +import io.flutter.embedding.android.FlutterActivity; + +public class MainActivity extends FlutterActivity { +} diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/Google-Sheets-to-Flutter-App/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java new file mode 100644 index 00000000..da2073ca --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java @@ -0,0 +1,24 @@ +package io.flutter.plugins; + +import androidx.annotation.Keep; +import androidx.annotation.NonNull; +import io.flutter.Log; + +import io.flutter.embedding.engine.FlutterEngine; + +/** + * Generated file. Do not edit. + * This file is generated by the Flutter tool based on the + * plugins that support the Android platform. + */ +@Keep +public final class GeneratedPluginRegistrant { + private static final String TAG = "GeneratedPluginRegistrant"; + public static void registerWith(@NonNull FlutterEngine flutterEngine) { + try { + flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); + } catch(Exception e) { + Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); + } + } +} diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/res/drawable-v21/launch_background.xml b/Google-Sheets-to-Flutter-App/android/app/src/main/res/drawable-v21/launch_background.xml new file mode 100644 index 00000000..1cb7aa2f --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/app/src/main/res/drawable-v21/launch_background.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/res/drawable/launch_background.xml b/Google-Sheets-to-Flutter-App/android/app/src/main/res/drawable/launch_background.xml new file mode 100644 index 00000000..84037589 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/app/src/main/res/drawable/launch_background.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..db77bb4b Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..17987b79 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..09d43914 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..d5f1c8d3 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..4d6372ee Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/res/values-night/styles.xml b/Google-Sheets-to-Flutter-App/android/app/src/main/res/values-night/styles.xml new file mode 100644 index 00000000..360a1605 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/app/src/main/res/values-night/styles.xml @@ -0,0 +1,18 @@ + + + + + + + diff --git a/Google-Sheets-to-Flutter-App/android/app/src/main/res/values/styles.xml b/Google-Sheets-to-Flutter-App/android/app/src/main/res/values/styles.xml new file mode 100644 index 00000000..5fac6796 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/app/src/main/res/values/styles.xml @@ -0,0 +1,18 @@ + + + + + + + diff --git a/Google-Sheets-to-Flutter-App/android/app/src/profile/AndroidManifest.xml b/Google-Sheets-to-Flutter-App/android/app/src/profile/AndroidManifest.xml new file mode 100644 index 00000000..ba0e7b1a --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/app/src/profile/AndroidManifest.xml @@ -0,0 +1,8 @@ + + + + diff --git a/Google-Sheets-to-Flutter-App/android/build.gradle b/Google-Sheets-to-Flutter-App/android/build.gradle new file mode 100644 index 00000000..104a4864 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/build.gradle @@ -0,0 +1,31 @@ +buildscript { + ext.kotlin_version = '1.6.10' + repositories { + google() + mavenCentral() + } + + dependencies { + classpath 'com.android.tools.build:gradle:7.1.2' + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + } +} + +allprojects { + repositories { + google() + mavenCentral() + } +} + +rootProject.buildDir = '../build' +subprojects { + project.buildDir = "${rootProject.buildDir}/${project.name}" +} +subprojects { + project.evaluationDependsOn(':app') +} + +task clean(type: Delete) { + delete rootProject.buildDir +} diff --git a/Google-Sheets-to-Flutter-App/android/gradle.properties b/Google-Sheets-to-Flutter-App/android/gradle.properties new file mode 100644 index 00000000..46c1f169 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/gradle.properties @@ -0,0 +1,3 @@ +org.gradle.jvmargs=-Xmx1536M +android.useAndroidX=true +android.enableJetifier=true diff --git a/Google-Sheets-to-Flutter-App/android/gradle/wrapper/gradle-wrapper.jar b/Google-Sheets-to-Flutter-App/android/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 00000000..13372aef Binary files /dev/null and b/Google-Sheets-to-Flutter-App/android/gradle/wrapper/gradle-wrapper.jar differ diff --git a/Google-Sheets-to-Flutter-App/android/gradle/wrapper/gradle-wrapper.properties b/Google-Sheets-to-Flutter-App/android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 00000000..2108ceb9 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip diff --git a/Google-Sheets-to-Flutter-App/android/gradlew b/Google-Sheets-to-Flutter-App/android/gradlew new file mode 100644 index 00000000..9d82f789 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/gradlew @@ -0,0 +1,160 @@ +#!/usr/bin/env bash + +############################################################################## +## +## Gradle start up script for UN*X +## +############################################################################## + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS="" + +APP_NAME="Gradle" +APP_BASE_NAME=`basename "$0"` + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn ( ) { + echo "$*" +} + +die ( ) { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; +esac + +# Attempt to set APP_HOME +# Resolve links: $0 may be a link +PRG="$0" +# Need this for relative symlinks. +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG=`dirname "$PRG"`"/$link" + fi +done +SAVED="`pwd`" +cd "`dirname \"$PRG\"`/" >/dev/null +APP_HOME="`pwd -P`" +cd "$SAVED" >/dev/null + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD="java" + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add options to specify how the application appears in the dock +if $darwin; then + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin ; then + APP_HOME=`cygpath --path --mixed "$APP_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + JAVACMD=`cygpath --unix "$JAVACMD"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=$((i+1)) + done + case $i in + (0) set -- ;; + (1) set -- "$args0" ;; + (2) set -- "$args0" "$args1" ;; + (3) set -- "$args0" "$args1" "$args2" ;; + (4) set -- "$args0" "$args1" "$args2" "$args3" ;; + (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules +function splitJvmOpts() { + JVM_OPTS=("$@") +} +eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS +JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME" + +exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@" diff --git a/Google-Sheets-to-Flutter-App/android/gradlew.bat b/Google-Sheets-to-Flutter-App/android/gradlew.bat new file mode 100644 index 00000000..aec99730 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/gradlew.bat @@ -0,0 +1,90 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS= + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto init + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto init + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:init +@rem Get command-line arguments, handling Windowz variants + +if not "%OS%" == "Windows_NT" goto win9xME_args +if "%@eval[2+2]" == "4" goto 4NT_args + +:win9xME_args +@rem Slurp the command line arguments. +set CMD_LINE_ARGS= +set _SKIP=2 + +:win9xME_args_slurp +if "x%~1" == "x" goto execute + +set CMD_LINE_ARGS=%* +goto execute + +:4NT_args +@rem Get arguments from the 4NT Shell from JP Software +set CMD_LINE_ARGS=%$ + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/Google-Sheets-to-Flutter-App/android/local.properties b/Google-Sheets-to-Flutter-App/android/local.properties new file mode 100644 index 00000000..9cc9174d --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/local.properties @@ -0,0 +1,5 @@ +sdk.dir=C:\\Users\\sir\\AppData\\Local\\Android\\Sdk +flutter.sdk=D:\\PC INSTALL SOFTWARE\\FLUTTER\\src\\flutter +flutter.buildMode=debug +flutter.versionName=1.0.0 +flutter.versionCode=1 \ No newline at end of file diff --git a/Google-Sheets-to-Flutter-App/android/settings.gradle b/Google-Sheets-to-Flutter-App/android/settings.gradle new file mode 100644 index 00000000..33f0745d --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/settings.gradle @@ -0,0 +1,11 @@ +include ':app' + +def localPropertiesFile = new File(rootProject.projectDir, "local.properties") +def properties = new Properties() + +assert localPropertiesFile.exists() +localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) } + +def flutterSdkPath = properties.getProperty("flutter.sdk") +assert flutterSdkPath != null, "flutter.sdk not set in local.properties" +apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle" diff --git a/Google-Sheets-to-Flutter-App/android/soap_application_android.iml b/Google-Sheets-to-Flutter-App/android/soap_application_android.iml new file mode 100644 index 00000000..68720d51 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/android/soap_application_android.iml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + diff --git a/Google-Sheets-to-Flutter-App/ios/.gitignore b/Google-Sheets-to-Flutter-App/ios/.gitignore new file mode 100644 index 00000000..ad322bc0 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/.gitignore @@ -0,0 +1,34 @@ +**/dgph +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/ephemeral/ +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/Google-Sheets-to-Flutter-App/ios/Flutter/AppFrameworkInfo.plist b/Google-Sheets-to-Flutter-App/ios/Flutter/AppFrameworkInfo.plist new file mode 100644 index 00000000..0d9747fa --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Flutter/AppFrameworkInfo.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + App + CFBundleIdentifier + io.flutter.flutter.app + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + App + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + MinimumOSVersion + 11.0 + + diff --git a/Google-Sheets-to-Flutter-App/ios/Flutter/Debug.xcconfig b/Google-Sheets-to-Flutter-App/ios/Flutter/Debug.xcconfig new file mode 100644 index 00000000..0b2d479c --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Flutter/Debug.xcconfig @@ -0,0 +1 @@ +#include "Generated.xcconfig" diff --git a/Google-Sheets-to-Flutter-App/ios/Flutter/Generated.xcconfig b/Google-Sheets-to-Flutter-App/ios/Flutter/Generated.xcconfig new file mode 100644 index 00000000..beef5e58 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Flutter/Generated.xcconfig @@ -0,0 +1,14 @@ +// This is a generated file; do not edit or check into version control. +FLUTTER_ROOT=D:\PC INSTALL SOFTWARE\FLUTTER\src\flutter +FLUTTER_APPLICATION_PATH=E:\Flutter project\soap_application +COCOAPODS_PARALLEL_CODE_SIGN=true +FLUTTER_TARGET=lib\main.dart +FLUTTER_BUILD_DIR=build +FLUTTER_BUILD_NAME=1.0.0 +FLUTTER_BUILD_NUMBER=1 +EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386 +EXCLUDED_ARCHS[sdk=iphoneos*]=armv7 +DART_OBFUSCATION=false +TRACK_WIDGET_CREATION=true +TREE_SHAKE_ICONS=false +PACKAGE_CONFIG=.dart_tool/package_config.json diff --git a/Google-Sheets-to-Flutter-App/ios/Flutter/Release.xcconfig b/Google-Sheets-to-Flutter-App/ios/Flutter/Release.xcconfig new file mode 100644 index 00000000..0b2d479c --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Flutter/Release.xcconfig @@ -0,0 +1 @@ +#include "Generated.xcconfig" diff --git a/Google-Sheets-to-Flutter-App/ios/Flutter/flutter_export_environment.sh b/Google-Sheets-to-Flutter-App/ios/Flutter/flutter_export_environment.sh new file mode 100644 index 00000000..5505c1b7 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Flutter/flutter_export_environment.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# This is a generated file; do not edit or check into version control. +export "FLUTTER_ROOT=D:\PC INSTALL SOFTWARE\FLUTTER\src\flutter" +export "FLUTTER_APPLICATION_PATH=E:\Flutter project\soap_application" +export "COCOAPODS_PARALLEL_CODE_SIGN=true" +export "FLUTTER_TARGET=lib\main.dart" +export "FLUTTER_BUILD_DIR=build" +export "FLUTTER_BUILD_NAME=1.0.0" +export "FLUTTER_BUILD_NUMBER=1" +export "DART_OBFUSCATION=false" +export "TRACK_WIDGET_CREATION=true" +export "TREE_SHAKE_ICONS=false" +export "PACKAGE_CONFIG=.dart_tool/package_config.json" diff --git a/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.pbxproj b/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.pbxproj new file mode 100644 index 00000000..3a0271c3 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.pbxproj @@ -0,0 +1,481 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; + 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; + 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; + 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; + 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; + 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 9705A1C41CF9048500538489 /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; + 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; + 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; + 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; + 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; + 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; }; + 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; }; + 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 97C146EB1CF9000F007C117D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 9740EEB11CF90186004384FC /* Flutter */ = { + isa = PBXGroup; + children = ( + 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, + 9740EEB21CF90195004384FC /* Debug.xcconfig */, + 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, + 9740EEB31CF90195004384FC /* Generated.xcconfig */, + ); + name = Flutter; + sourceTree = ""; + }; + 97C146E51CF9000F007C117D = { + isa = PBXGroup; + children = ( + 9740EEB11CF90186004384FC /* Flutter */, + 97C146F01CF9000F007C117D /* Runner */, + 97C146EF1CF9000F007C117D /* Products */, + ); + sourceTree = ""; + }; + 97C146EF1CF9000F007C117D /* Products */ = { + isa = PBXGroup; + children = ( + 97C146EE1CF9000F007C117D /* Runner.app */, + ); + name = Products; + sourceTree = ""; + }; + 97C146F01CF9000F007C117D /* Runner */ = { + isa = PBXGroup; + children = ( + 97C146FA1CF9000F007C117D /* Main.storyboard */, + 97C146FD1CF9000F007C117D /* Assets.xcassets */, + 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, + 97C147021CF9000F007C117D /* Info.plist */, + 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, + 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, + 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, + 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, + ); + path = Runner; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 97C146ED1CF9000F007C117D /* Runner */ = { + isa = PBXNativeTarget; + buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; + buildPhases = ( + 9740EEB61CF901F6004384FC /* Run Script */, + 97C146EA1CF9000F007C117D /* Sources */, + 97C146EB1CF9000F007C117D /* Frameworks */, + 97C146EC1CF9000F007C117D /* Resources */, + 9705A1C41CF9048500538489 /* Embed Frameworks */, + 3B06AD1E1E4923F5004D2608 /* Thin Binary */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Runner; + productName = Runner; + productReference = 97C146EE1CF9000F007C117D /* Runner.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 97C146E61CF9000F007C117D /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1300; + ORGANIZATIONNAME = ""; + TargetAttributes = { + 97C146ED1CF9000F007C117D = { + CreatedOnToolsVersion = 7.3.1; + LastSwiftMigration = 1100; + }; + }; + }; + buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 97C146E51CF9000F007C117D; + productRefGroup = 97C146EF1CF9000F007C117D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 97C146ED1CF9000F007C117D /* Runner */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 97C146EC1CF9000F007C117D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, + 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, + 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, + 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Thin Binary"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; + }; + 9740EEB61CF901F6004384FC /* Run Script */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Run Script"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 97C146EA1CF9000F007C117D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */, + 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 97C146FA1CF9000F007C117D /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 97C146FB1CF9000F007C117D /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 97C147001CF9000F007C117D /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 249021D3217E4FDB00AE95B9 /* Profile */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SUPPORTED_PLATFORMS = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Profile; + }; + 249021D4217E4FDB00AE95B9 /* Profile */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + ENABLE_BITCODE = NO; + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.example.soapApplication; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Profile; + }; + 97C147031CF9000F007C117D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 97C147041CF9000F007C117D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SUPPORTED_PLATFORMS = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 97C147061CF9000F007C117D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + ENABLE_BITCODE = NO; + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.example.soapApplication; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Debug; + }; + 97C147071CF9000F007C117D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + ENABLE_BITCODE = NO; + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.example.soapApplication; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 97C147031CF9000F007C117D /* Debug */, + 97C147041CF9000F007C117D /* Release */, + 249021D3217E4FDB00AE95B9 /* Profile */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 97C147061CF9000F007C117D /* Debug */, + 97C147071CF9000F007C117D /* Release */, + 249021D4217E4FDB00AE95B9 /* Profile */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 97C146E61CF9000F007C117D /* Project object */; +} diff --git a/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..c4b79bd8 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 00000000..fc6bf807 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 00000000..af0309c4 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + PreviewsEnabled + + + diff --git a/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme new file mode 100644 index 00000000..f9cbb254 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Google-Sheets-to-Flutter-App/ios/Runner.xcworkspace/contents.xcworkspacedata b/Google-Sheets-to-Flutter-App/ios/Runner.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..59c6d394 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Google-Sheets-to-Flutter-App/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Google-Sheets-to-Flutter-App/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 00000000..fc6bf807 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Google-Sheets-to-Flutter-App/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Google-Sheets-to-Flutter-App/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 00000000..af0309c4 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + PreviewsEnabled + + + diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/AppDelegate.swift b/Google-Sheets-to-Flutter-App/ios/Runner/AppDelegate.swift new file mode 100644 index 00000000..37636837 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner/AppDelegate.swift @@ -0,0 +1,13 @@ +import UIKit +import Flutter + +@UIApplicationMain +@objc class AppDelegate: FlutterAppDelegate { + override func application( + _ application: UIApplication, + didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? + ) -> Bool { + GeneratedPluginRegistrant.register(with: self) + return super.application(application, didFinishLaunchingWithOptions: launchOptions) + } +} diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000..65b74d7e --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1 @@ +{"images":[{"size":"60x60","expected-size":"180","filename":"180.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"40x40","expected-size":"80","filename":"80.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"40x40","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"60x60","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"57x57","expected-size":"57","filename":"57.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"58","filename":"58.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"29x29","expected-size":"29","filename":"29.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"87","filename":"87.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"57x57","expected-size":"114","filename":"114.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"60","filename":"60.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"1024x1024","filename":"1024.png","expected-size":"1024","idiom":"ios-marketing","folder":"Assets.xcassets/AppIcon.appiconset/","scale":"1x"},{"size":"40x40","expected-size":"80","filename":"80.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"72x72","expected-size":"72","filename":"72.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"76x76","expected-size":"152","filename":"152.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"50x50","expected-size":"100","filename":"100.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"29x29","expected-size":"58","filename":"58.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"76x76","expected-size":"76","filename":"76.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"29x29","expected-size":"29","filename":"29.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"50x50","expected-size":"50","filename":"50.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"72x72","expected-size":"144","filename":"144.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"40x40","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"83.5x83.5","expected-size":"167","filename":"167.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"20x20","expected-size":"20","filename":"20.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"20x20","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"}]} \ No newline at end of file diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png new file mode 100644 index 00000000..dc9ada47 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png new file mode 100644 index 00000000..28c6bf03 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png new file mode 100644 index 00000000..2ccbfd96 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png new file mode 100644 index 00000000..f091b6b0 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png new file mode 100644 index 00000000..4cde1211 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png new file mode 100644 index 00000000..d0ef06e7 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png new file mode 100644 index 00000000..dcdc2306 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png new file mode 100644 index 00000000..2ccbfd96 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png new file mode 100644 index 00000000..c8f9ed8f Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png new file mode 100644 index 00000000..a6d6b860 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png new file mode 100644 index 00000000..a6d6b860 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png new file mode 100644 index 00000000..75b2d164 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png new file mode 100644 index 00000000..c4df70d3 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png new file mode 100644 index 00000000..6a84f41e Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png new file mode 100644 index 00000000..d0e1f585 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/100.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/100.png new file mode 100644 index 00000000..02b703f6 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/100.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/1024.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/1024.png new file mode 100644 index 00000000..1f756ef3 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/1024.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/114.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/114.png new file mode 100644 index 00000000..a0d4220b Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/114.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/120.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/120.png new file mode 100644 index 00000000..d327f9f9 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/120.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/144.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/144.png new file mode 100644 index 00000000..1e7f96bb Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/144.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/152.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/152.png new file mode 100644 index 00000000..5504613c Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/152.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/167.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/167.png new file mode 100644 index 00000000..e8f8b2c3 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/167.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/180.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/180.png new file mode 100644 index 00000000..5720764c Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/180.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/20.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/20.png new file mode 100644 index 00000000..68f7e87c Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/20.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/29.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/29.png new file mode 100644 index 00000000..2f87430c Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/29.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/40.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/40.png new file mode 100644 index 00000000..92f0ee3a Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/40.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/50.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/50.png new file mode 100644 index 00000000..84f8d9fe Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/50.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/57.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/57.png new file mode 100644 index 00000000..23cfde36 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/57.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/58.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/58.png new file mode 100644 index 00000000..23979797 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/58.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/60.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/60.png new file mode 100644 index 00000000..c15467d1 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/60.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/72.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/72.png new file mode 100644 index 00000000..7717a866 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/72.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/76.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/76.png new file mode 100644 index 00000000..f9501903 Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/76.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/80.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/80.png new file mode 100644 index 00000000..9c7b779b Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/80.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/87.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/87.png new file mode 100644 index 00000000..2ab2511b Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/AppIcon.appiconset/_/87.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json new file mode 100644 index 00000000..d08a4de3 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "LaunchImage.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "LaunchImage@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "LaunchImage@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png new file mode 100644 index 00000000..9da19eac Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png new file mode 100644 index 00000000..9da19eac Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png new file mode 100644 index 00000000..9da19eac Binary files /dev/null and b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png differ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md new file mode 100644 index 00000000..65a94b5d --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md @@ -0,0 +1,5 @@ +# Launch Screen Assets + +You can customize the launch screen with your own desired assets by replacing the image files in this directory. + +You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. \ No newline at end of file diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Base.lproj/LaunchScreen.storyboard b/Google-Sheets-to-Flutter-App/ios/Runner/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 00000000..497371ea --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Base.lproj/Main.storyboard b/Google-Sheets-to-Flutter-App/ios/Runner/Base.lproj/Main.storyboard new file mode 100644 index 00000000..bbb83caa --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner/Base.lproj/Main.storyboard @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/GeneratedPluginRegistrant.h b/Google-Sheets-to-Flutter-App/ios/Runner/GeneratedPluginRegistrant.h new file mode 100644 index 00000000..7a890927 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner/GeneratedPluginRegistrant.h @@ -0,0 +1,19 @@ +// +// Generated file. Do not edit. +// + +// clang-format off + +#ifndef GeneratedPluginRegistrant_h +#define GeneratedPluginRegistrant_h + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface GeneratedPluginRegistrant : NSObject ++ (void)registerWithRegistry:(NSObject*)registry; +@end + +NS_ASSUME_NONNULL_END +#endif /* GeneratedPluginRegistrant_h */ diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/GeneratedPluginRegistrant.m b/Google-Sheets-to-Flutter-App/ios/Runner/GeneratedPluginRegistrant.m new file mode 100644 index 00000000..6c4ed8a6 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner/GeneratedPluginRegistrant.m @@ -0,0 +1,21 @@ +// +// Generated file. Do not edit. +// + +// clang-format off + +#import "GeneratedPluginRegistrant.h" + +#if __has_include() +#import +#else +@import url_launcher_ios; +#endif + +@implementation GeneratedPluginRegistrant + ++ (void)registerWithRegistry:(NSObject*)registry { + [FLTURLLauncherPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTURLLauncherPlugin"]]; +} + +@end diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Info.plist b/Google-Sheets-to-Flutter-App/ios/Runner/Info.plist new file mode 100644 index 00000000..bf8e6a52 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner/Info.plist @@ -0,0 +1,51 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + Soap Application + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + soap_application + CFBundlePackageType + APPL + CFBundleShortVersionString + $(FLUTTER_BUILD_NAME) + CFBundleSignature + ???? + CFBundleVersion + $(FLUTTER_BUILD_NUMBER) + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + + CADisableMinimumFrameDurationOnPhone + + UIApplicationSupportsIndirectInputEvents + + + diff --git a/Google-Sheets-to-Flutter-App/ios/Runner/Runner-Bridging-Header.h b/Google-Sheets-to-Flutter-App/ios/Runner/Runner-Bridging-Header.h new file mode 100644 index 00000000..fae207f9 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/ios/Runner/Runner-Bridging-Header.h @@ -0,0 +1 @@ +#import "GeneratedPluginRegistrant.h" diff --git a/Google-Sheets-to-Flutter-App/lib/Add Member Data Show.dart b/Google-Sheets-to-Flutter-App/lib/Add Member Data Show.dart new file mode 100644 index 00000000..afe06973 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/lib/Add Member Data Show.dart @@ -0,0 +1,185 @@ +import 'dart:convert'; +import 'package:flutter/cupertino.dart'; +import 'package:http/http.dart' as http; + +import 'package:flutter/material.dart'; +import 'package:soap_application/feedback_list.dart'; +import 'package:url_launcher/url_launcher.dart'; + +import 'FulldetailofMembers.dart'; +import 'form.dart'; + +class ShowMemberDetails extends StatefulWidget { + const ShowMemberDetails({Key? key}) : super(key: key); + + @override + State createState() => _ShowMemberDetailsState(); +} + +class _ShowMemberDetailsState extends State { + + final TextEditingController _search = TextEditingController(); + ScrollController _controller = new ScrollController(); + + List feedbackItems = []; + List filterSearch = []; + final GlobalKey _refreshIndicatorKey = + new GlobalKey(); + @override + void initState() { + super.initState(); + FormController().getFeedbackList().then((feedbackItems) { + setState(() { + filterSearch = List.from(feedbackItems); + this.feedbackItems = feedbackItems; + }); + }); + } + + void updateList(String Value) { + setState(() { + filterSearch = feedbackItems + .where((element) => + element.name!.toLowerCase().contains(Value.toLowerCase()) || + element.type.toLowerCase().contains(Value.toLowerCase()) || + element.Village!.toLowerCase().contains(Value.toLowerCase()) || + element.number!.toLowerCase().contains(Value.toLowerCase()) || + element.MobileNo1!.toLowerCase().contains(Value.toLowerCase())) + .toList(); + }); + } + + Future _refresh() { + + return FormController().getFeedbackList().then((feedbackItems) { + setState(() { + this.filterSearch = feedbackItems; + ScaffoldMessenger.of(context).showSnackBar(SnackBar( + content: Text("Update Successfully"), + )); + }); + }); + + } + + @override + Widget build(BuildContext context) { + Size size = MediaQuery.of(context).size; + + _makePhoneCall(String s) async { + var url = Uri.parse(s); + if (await canLaunchUrl(url)) { + await launchUrl(url); + } else { + throw 'Could not launch $url'; + } + } + + return Scaffold( + body: CupertinoPageScaffold( + navigationBar: CupertinoNavigationBar( + middle: Text("All Contact List"), + trailing: CupertinoButton( + padding: EdgeInsets.zero, + child: Icon( + Icons.refresh, + color: CupertinoColors.activeBlue, + ), + onPressed: _refresh, + ), + ), + child: SafeArea( + child: Scaffold( + body: SingleChildScrollView( + physics: ScrollPhysics(), + child: Column( + mainAxisSize: MainAxisSize.min, + children: [ + Row( + children: [ + Expanded( + child: Container( + height: size.height / 10, + width: size.width / 1, + alignment: Alignment.center, + padding: EdgeInsets.only(top: 5), + child: Container( + height: size.height / 16, + width: size.width / 1.1, + child: Row( + children: [ + Expanded( + child: TextField( + onChanged: (Value) => updateList(Value), + controller: _search, + decoration: InputDecoration( + filled: true, + fillColor: Colors.white70, + prefixIcon: Icon(Icons.search), + hintText: "Search", + border: OutlineInputBorder( + borderRadius: BorderRadius.circular(8), + ), + ), + ), + ), + ], + ), + ), + ), + ), + ], + ), + ListView.builder ( + physics: NeverScrollableScrollPhysics(), + controller: _controller, + shrinkWrap: true, + itemCount: filterSearch.length, + itemBuilder: (context, index) { + print(filterSearch[index].name.toString()); + return ListTile( + onLongPress: (){ + Navigator.push(context, + MaterialPageRoute( + builder: (context) => Fulldetailsofmembers(type: filterSearch[index].type, + number: this.filterSearch[index].number,name: this.filterSearch[index].name,MobileNo1: this.filterSearch[index].MobileNo1,MobileNo2: this.filterSearch[index].MobileNo2,Village: this.filterSearch[index].Village,member: this.filterSearch[index].member,)));}, + onTap: () { + setState(() { + print(filterSearch[index].MobileNo1.toString()); + _makePhoneCall( + 'tel:' + filterSearch[index].MobileNo1); + }); + }, + title: Row( + children: [ + Icon(Icons.person), + Expanded( + child: Text( + "${filterSearch[index].name} (${filterSearch[index].Village})(${filterSearch[index].member + 'G'})"), + ) + ], + ), + subtitle: Row( + children: [ + Icon(Icons.folder_open), + Expanded( + child: Text(filterSearch[index].number), + ), + Icon(Icons.call), + Expanded( + child: Text( + "${filterSearch[index].MobileNo1} ${filterSearch[index].MobileNo2}")) + ], + ), + ); + }, + ), + ], + ), + ), + ), + ), + ), + ); + } +} diff --git a/Google-Sheets-to-Flutter-App/lib/FulldetailofMembers.dart b/Google-Sheets-to-Flutter-App/lib/FulldetailofMembers.dart new file mode 100644 index 00000000..09175fd6 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/lib/FulldetailofMembers.dart @@ -0,0 +1,357 @@ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:url_launcher/url_launcher.dart'; + +class Fulldetailsofmembers extends StatefulWidget { + final String name; + final String number; + final String member; + final String type; + final String Village; + final String MobileNo1; + final String MobileNo2; + + const Fulldetailsofmembers({ + Key? key, + required this.name, + required this.number, + required this.member, + required this.type, + required this.Village, + required this.MobileNo1, + required this.MobileNo2, + }) : super(key: key); + + @override + State createState() => _FulldetailsofmembersState(); +} + +class _FulldetailsofmembersState extends State { + @override + Widget build(BuildContext context) { + _makePhoneCall(String s) async { + var url = Uri.parse(s); + if (await canLaunchUrl(url)) { + await launchUrl(url); + } else { + throw 'Could not launch $url'; + } + } + + return Scaffold( + body: CupertinoPageScaffold( + navigationBar: const CupertinoNavigationBar( + middle: Text("Members Details"), + ), + child:Padding( + padding: const EdgeInsets.only(top:90.0), + child: Center( + child: Column( + children: [ + Padding( + padding: const EdgeInsets.all(25.0), + child: Center(child: Text("${widget.name} Details",style: const TextStyle(fontSize: 20,fontWeight: FontWeight.bold),)), + ), + Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20, right: 20), + child: Text( + "Name", + style: TextStyle( + color: Colors.black, fontWeight: FontWeight.bold), + ), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Expanded( + child: + Column( + mainAxisAlignment: MainAxisAlignment.end, + crossAxisAlignment: CrossAxisAlignment.end, + children: [ + Padding( + padding: const EdgeInsets.only(left: 20, right: 20), + child:Text(widget.name), + ), + ], + ), + + ) + ], + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20, right: 20), + child: Text( + "Number", + style: TextStyle( + color: Colors.black, fontWeight: FontWeight.bold), + ), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Expanded( + child: + Column( + mainAxisAlignment: MainAxisAlignment.end, + crossAxisAlignment: CrossAxisAlignment.end, + children: [ + Padding( + padding: const EdgeInsets.only(left: 20, right: 20), + child:Text(widget.number), + ), + ], + ), + + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20, right: 20), + child: Text( + "Member", + style: TextStyle( + color: Colors.black, fontWeight: FontWeight.bold), + ), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: [ + Padding( + padding: const EdgeInsets.only(left: 20, right: 20), + child: Text(widget.member), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20, right: 20), + child: Text( + "Type", + style: TextStyle( + color: Colors.black, fontWeight: FontWeight.bold), + ), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: [ + Padding( + padding: const EdgeInsets.only(left: 20, right: 20), + child: Text(widget.type), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20, right: 20), + child: Text( + "Village", + style: TextStyle( + color: Colors.black, fontWeight: FontWeight.bold), + ), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: [ + Padding( + padding: const EdgeInsets.only(left: 20, right: 20), + child: Text(widget.Village), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20, right: 20), + child: Text( + "Mobile No.1", + style: TextStyle( + color: Colors.black, fontWeight: FontWeight.bold), + ), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: [ + Padding( + padding: const EdgeInsets.only(left: 20, right: 20), + child: Text(widget.MobileNo1), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20, right: 20), + child: Text( + "Mobile No.2", + style: TextStyle( + color: Colors.black, fontWeight: FontWeight.bold), + ), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: [ + Padding( + padding: const EdgeInsets.only(left: 20, right: 20), + child: Text(widget.MobileNo2), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.all(40.0), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: [ + RawMaterialButton( + onPressed: () { + setState(() { + _makePhoneCall( 'tel:${widget.MobileNo1}'); + }); + }, + elevation: 2.0, + fillColor: Colors.white, + padding: const EdgeInsets.all(15.0), + shape: const CircleBorder(), + child:const Icon( + Icons.call, + size: 35.0, + color: Colors.black, + ), + ), + const Padding( + padding: EdgeInsets.only(top: 15.0), + child: Text("Number 1"), + ), + ], + ), + Column( + children: [ + RawMaterialButton( + onPressed: () { + setState(() { + _makePhoneCall('tel:${widget.MobileNo2}'); + }); + }, + elevation: 2.0, + fillColor: Colors.white, + padding: const EdgeInsets.all(15.0), + shape: const CircleBorder(), + child:const Icon( + Icons.call, + size: 35.0, + color: Colors.black, + ), + ), + const Padding( + padding: EdgeInsets.only(top: 15.0), + child: Text("Number 2"), + ), + ], + ), + ], + ), + ) + ], + ), + ), + ), + )); + } +} diff --git a/Google-Sheets-to-Flutter-App/lib/MainScreen.dart b/Google-Sheets-to-Flutter-App/lib/MainScreen.dart new file mode 100644 index 00000000..f8817869 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/lib/MainScreen.dart @@ -0,0 +1,331 @@ +import 'dart:math'; + +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:url_launcher/url_launcher.dart'; + +class MainScreen extends StatefulWidget { + const MainScreen({Key? key}) : super(key: key); + + @override + State createState() => _MainScreenState(); +} + +class _MainScreenState extends State { + final TextEditingController _search = TextEditingController(); + + + @override + Widget build(BuildContext context) { + final Size size = MediaQuery.of(context).size; + + _makePhoneCall(String s) async { + var url = Uri.parse(s); + if (await canLaunchUrl(url)) { + await launchUrl(url); + } else { + throw 'Could not launch $url'; + } + } + return Scaffold( + + body: CupertinoPageScaffold( + navigationBar: const CupertinoNavigationBar( + middle: Text("Main Screen"), + ), + child: SafeArea( + child: SingleChildScrollView( + child: Column( + children: [ + Container( + height: size.height / 10, + width: size.width, + alignment: Alignment.center, + padding: const EdgeInsets.only(top: 20), + child: Container( + height: size.height / 14, + width: size.width / 1.15, + child: TextField( + controller: _search, + decoration: InputDecoration( + hintText: "Search", + border: OutlineInputBorder( + borderRadius: BorderRadius.circular(10), + ), + ), + ), + ), + ), + SizedBox( + height: size.height / 50, + ), + ElevatedButton( + onPressed: (){}, + child: const Text("Search"), + ), + SizedBox( + height: size.height / 50, + ), + Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Name",style: TextStyle(color: Colors.black,fontWeight: FontWeight.bold),), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Hello ssdfsffsff"), + ), + ], + ) + ], + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Number",style: TextStyle(color: Colors.black,fontWeight: FontWeight.bold),), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Hello ssdfsffsff"), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Member",style: TextStyle(color: Colors.black,fontWeight: FontWeight.bold),), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Hello ssdfsffsff"), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Type",style: TextStyle(color: Colors.black,fontWeight: FontWeight.bold),), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Hello ssdfsffsff"), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Village",style: TextStyle(color: Colors.black,fontWeight: FontWeight.bold),), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Hello ssdfsffsff"), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Mobile No.1",style: TextStyle(color: Colors.black,fontWeight: FontWeight.bold),), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Hello ssdfsffsff"), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.only(top: 10), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Mobile No.2",style: TextStyle(color: Colors.black,fontWeight: FontWeight.bold),), + ), + ], + ), + const VerticalDivider( + color: Colors.black, + thickness: 2, + ), + Column( + children: const [ + Padding( + padding: EdgeInsets.only(left: 20,right: 20), + child: Text("Hello ssdfsffsff"), + ), + ], + ) + ], + ), + ), + Padding( + padding: const EdgeInsets.all(40.0), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + + Column( + children:[ + RawMaterialButton( + onPressed: () + { + setState(() { + _makePhoneCall('tel:9426945981'); + }); + }, + elevation: 2.0, + fillColor: Colors.white, + padding: const EdgeInsets.all(15.0), + shape: const CircleBorder(), + child: const Icon( + Icons.call, + size: 35.0, + color: Colors.black, + ), + ), + const Padding( padding: EdgeInsets.only(top:15.0), + child:Text("Number 1"),), + ],), + + Column( + children:[ + RawMaterialButton( + onPressed: () + { + setState(() { + _makePhoneCall('tel:9426945981'); + }); + }, + elevation: 2.0, + fillColor: Colors.white, + padding: const EdgeInsets.all(15.0), + shape:const CircleBorder(), + child:const Icon( + Icons.call, + size: 35.0, + color: Colors.black, + ), + ), + + const Padding( padding: EdgeInsets.only(top:15.0), + child:Text("Number 2"),), + ],), + ], + ), + ) + ], + ), + ), + ) + ), + ); + } +} diff --git a/Google-Sheets-to-Flutter-App/lib/feedback_list.dart b/Google-Sheets-to-Flutter-App/lib/feedback_list.dart new file mode 100644 index 00000000..cb5389b8 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/lib/feedback_list.dart @@ -0,0 +1,26 @@ +import 'dart:convert' as convert; +import 'dart:convert'; +import 'package:http/http.dart' as http; +import 'form.dart'; + +class FormController { + + // Google App Script Web URL. + static const String URL = "YOUR LINK"; + + Future> getFeedbackList() async { + final response = await http + .get(Uri.parse(URL)); + if (response.statusCode == 200) { + + var jsonFeedback = jsonDecode(response.body.toString()) as List; + print(jsonFeedback.toString()); + + return jsonFeedback.map((json) => FeedbackForm.fromJson(json)).toList(); + } + else { + throw Exception('Failed to load album'); + } + } +} + diff --git a/Google-Sheets-to-Flutter-App/lib/form.dart b/Google-Sheets-to-Flutter-App/lib/form.dart new file mode 100644 index 00000000..1389c917 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/lib/form.dart @@ -0,0 +1,36 @@ +import 'dart:convert'; + +import 'package:http/http.dart' as http; + + +class FeedbackForm { + String name; + String number; + String member; + String type; + String Village; + String MobileNo1; + String MobileNo2; + + FeedbackForm( this.number,this.name, this.member, this.type,this.Village,this.MobileNo1,this.MobileNo2); + + factory FeedbackForm.fromJson(dynamic json) { + return FeedbackForm( "${json['Number']}","${json['name']}", + "${json['Member']}", "${json['Type']}","${json['Village']}","${json['Mobile No.1']}","${json['Mobile No.2']}"); + } + + // Method to make GET parameters. + Map toJson(String s) => { + 'Name': name, + 'Number': int.parse(number), + 'Member': int.parse(member), + 'Type': type.toString(), + 'Village': Village, + 'MobileNo1': int.parse(MobileNo1), + 'MobileNo2': int.parse(MobileNo2), + + }; +} + + + diff --git a/Google-Sheets-to-Flutter-App/lib/form_controller.dart b/Google-Sheets-to-Flutter-App/lib/form_controller.dart new file mode 100644 index 00000000..c81611b6 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/lib/form_controller.dart @@ -0,0 +1,29 @@ +import 'dart:convert' as convert; +import 'package:http/http.dart' as http; +import 'form.dart'; + +/// FormController is a class which does work of saving FeedbackForm in Google Sheets using +/// HTTP GET request on Google App Script Web URL and parses response and sends result callback. +class FormController { + + // Google App Script Web URL. + + static const String URL = "YOUR LINK"; + + // Success Status Message + static const STATUS_SUCCESS = "SUCCESS"; + + + void submitForm( + FeedbackForm feedbackForm, void Function(String) callback) async { + try { + + await http.get(Uri.parse(URL)).then((response) async { + callback(convert.jsonDecode(response.body)['status']); + }); + } + catch (e) { + print(e); + } + } +} \ No newline at end of file diff --git a/Google-Sheets-to-Flutter-App/lib/main.dart b/Google-Sheets-to-Flutter-App/lib/main.dart new file mode 100644 index 00000000..af8dbc1f --- /dev/null +++ b/Google-Sheets-to-Flutter-App/lib/main.dart @@ -0,0 +1,40 @@ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:soap_application/MainScreen.dart'; + +import 'Add Member Data Show.dart'; +import 'feedback_list.dart'; + +void main() { + runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return const MediaQuery(data: MediaQueryData(), + child:MaterialApp( debugShowCheckedModeBanner: false, + home: CupertinoPageScaffold( + child: ShowMemberDetails(), + ),)); + + } +} + +class HomeScreen extends StatefulWidget { + const HomeScreen({Key? key}) : super(key: key); + + @override + State createState() => _HomeScreenState(); +} + +class _HomeScreenState extends State { + @override + Widget build(BuildContext context) { + return const ShowMemberDetails(); + } +} + diff --git a/Google-Sheets-to-Flutter-App/pubspec.lock b/Google-Sheets-to-Flutter-App/pubspec.lock new file mode 100644 index 00000000..e45ae6e3 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/pubspec.lock @@ -0,0 +1,348 @@ +# Generated by pub +# See https://dart.dev/tools/pub/glossary#lockfile +packages: + archive: + dependency: transitive + description: + name: archive + url: "https://pub.dartlang.org" + source: hosted + version: "3.3.2" + args: + dependency: transitive + description: + name: args + url: "https://pub.dartlang.org" + source: hosted + version: "2.3.1" + async: + dependency: transitive + description: + name: async + url: "https://pub.dartlang.org" + source: hosted + version: "2.9.0" + boolean_selector: + dependency: transitive + description: + name: boolean_selector + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.0" + characters: + dependency: transitive + description: + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.1" + checked_yaml: + dependency: transitive + description: + name: checked_yaml + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + cli_util: + dependency: transitive + description: + name: cli_util + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.5" + clock: + dependency: transitive + description: + name: clock + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" + collection: + dependency: transitive + description: + name: collection + url: "https://pub.dartlang.org" + source: hosted + version: "1.16.0" + crypto: + dependency: transitive + description: + name: crypto + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.2" + cupertino_icons: + dependency: "direct main" + description: + name: cupertino_icons + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.5" + fake_async: + dependency: transitive + description: + name: fake_async + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" + flutter: + dependency: "direct main" + description: flutter + source: sdk + version: "0.0.0" + flutter_launcher_icons: + dependency: "direct main" + description: + name: flutter_launcher_icons + url: "https://pub.dartlang.org" + source: hosted + version: "0.10.0" + flutter_lints: + dependency: "direct dev" + description: + name: flutter_lints + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + flutter_test: + dependency: "direct dev" + description: flutter + source: sdk + version: "0.0.0" + flutter_web_plugins: + dependency: transitive + description: flutter + source: sdk + version: "0.0.0" + http: + dependency: "direct main" + description: + name: http + url: "https://pub.dartlang.org" + source: hosted + version: "0.13.5" + http_parser: + dependency: transitive + description: + name: http_parser + url: "https://pub.dartlang.org" + source: hosted + version: "4.0.2" + image: + dependency: transitive + description: + name: image + url: "https://pub.dartlang.org" + source: hosted + version: "3.2.2" + js: + dependency: transitive + description: + name: js + url: "https://pub.dartlang.org" + source: hosted + version: "0.6.4" + json_annotation: + dependency: "direct main" + description: + name: json_annotation + url: "https://pub.dartlang.org" + source: hosted + version: "4.7.0" + lints: + dependency: transitive + description: + name: lints + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + matcher: + dependency: transitive + description: + name: matcher + url: "https://pub.dartlang.org" + source: hosted + version: "0.12.12" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.5" + meta: + dependency: transitive + description: + name: meta + url: "https://pub.dartlang.org" + source: hosted + version: "1.8.0" + nested: + dependency: transitive + description: + name: nested + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" + path: + dependency: transitive + description: + name: path + url: "https://pub.dartlang.org" + source: hosted + version: "1.8.2" + petitparser: + dependency: transitive + description: + name: petitparser + url: "https://pub.dartlang.org" + source: hosted + version: "5.1.0" + plugin_platform_interface: + dependency: transitive + description: + name: plugin_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.3" + provider: + dependency: "direct main" + description: + name: provider + url: "https://pub.dartlang.org" + source: hosted + version: "6.0.4" + sky_engine: + dependency: transitive + description: flutter + source: sdk + version: "0.0.99" + source_span: + dependency: transitive + description: + name: source_span + url: "https://pub.dartlang.org" + source: hosted + version: "1.9.0" + stack_trace: + dependency: transitive + description: + name: stack_trace + url: "https://pub.dartlang.org" + source: hosted + version: "1.10.0" + stream_channel: + dependency: transitive + description: + name: stream_channel + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.0" + string_scanner: + dependency: transitive + description: + name: string_scanner + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" + term_glyph: + dependency: transitive + description: + name: term_glyph + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.1" + test_api: + dependency: transitive + description: + name: test_api + url: "https://pub.dartlang.org" + source: hosted + version: "0.4.12" + typed_data: + dependency: transitive + description: + name: typed_data + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" + url_launcher: + dependency: "direct main" + description: + name: url_launcher + url: "https://pub.dartlang.org" + source: hosted + version: "6.1.6" + url_launcher_android: + dependency: transitive + description: + name: url_launcher_android + url: "https://pub.dartlang.org" + source: hosted + version: "6.0.21" + url_launcher_ios: + dependency: transitive + description: + name: url_launcher_ios + url: "https://pub.dartlang.org" + source: hosted + version: "6.0.17" + url_launcher_linux: + dependency: transitive + description: + name: url_launcher_linux + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.1" + url_launcher_macos: + dependency: transitive + description: + name: url_launcher_macos + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.1" + url_launcher_platform_interface: + dependency: transitive + description: + name: url_launcher_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.1" + url_launcher_web: + dependency: transitive + description: + name: url_launcher_web + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.13" + url_launcher_windows: + dependency: transitive + description: + name: url_launcher_windows + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.1" + vector_math: + dependency: transitive + description: + name: vector_math + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.2" + xml: + dependency: transitive + description: + name: xml + url: "https://pub.dartlang.org" + source: hosted + version: "6.1.0" + yaml: + dependency: transitive + description: + name: yaml + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.1" +sdks: + dart: ">=2.18.0 <3.0.0" + flutter: ">=2.10.0" diff --git a/Google-Sheets-to-Flutter-App/pubspec.yaml b/Google-Sheets-to-Flutter-App/pubspec.yaml new file mode 100644 index 00000000..0cd57f2d --- /dev/null +++ b/Google-Sheets-to-Flutter-App/pubspec.yaml @@ -0,0 +1,95 @@ +name: soap_application +description: A new Flutter project. + +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.18.0 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + provider: ^6.0.4 + url_launcher: ^6.1.6 + http: ^0.13.5 + json_annotation: ^4.7.0 + flutter_launcher_icons: ^0.10.0 +dev_dependencies: + flutter_test: + sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/Google-Sheets-to-Flutter-App/soap_application.iml b/Google-Sheets-to-Flutter-App/soap_application.iml new file mode 100644 index 00000000..9b6fbffd --- /dev/null +++ b/Google-Sheets-to-Flutter-App/soap_application.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Google-Sheets-to-Flutter-App/test/widget_test.dart b/Google-Sheets-to-Flutter-App/test/widget_test.dart new file mode 100644 index 00000000..eb3efbf6 --- /dev/null +++ b/Google-Sheets-to-Flutter-App/test/widget_test.dart @@ -0,0 +1,30 @@ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:soap_application/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +}