From fcee7904d83194b9a4eb504471196e06bb644621 Mon Sep 17 00:00:00 2001 From: sainw Date: Mon, 26 Oct 2020 04:49:03 +0630 Subject: [PATCH] build 4 --- .vscode/launch.json | 10 ++++++++ ios/Runner/Info.plist | 18 +++++++++++-- pubspec.lock | 60 +++++++++++++++++++++++++++++++++++++++++-- pubspec.yaml | 2 +- 4 files changed, 85 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 71fb7ca..01e4634 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -25,6 +25,16 @@ "dev" ], }, + { + "name": "Prod iOS", + "request": "launch", + "type": "dart", + "program": "lib/main-prod.dart", + "args": [ + "-t", + "lib/main-prod.dart", + ], + }, { "name": "Dev iOS", "request": "launch", diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 02afb47..41252c0 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,6 +2,8 @@ + NSContactsUsageDescription + Contact access is required for invitation sharing. CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleExecutable @@ -11,7 +13,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - FCS + FCS Logistics CFBundlePackageType APPL CFBundleShortVersionString @@ -25,7 +27,7 @@ Editor CFBundleURLSchemes - com.googleusercontent.apps.944560757353-o6emrja7ad8g8ulbcvvpah9a1tul3s21 + com.googleusercontent.apps.168368749206-5qjmae2tmnqjjb7ch74ug7u2teftligs @@ -57,6 +59,18 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + NSCalendarsUsageDescription + Calendars access is required for calendar widgets. + NSPhotoLibraryUsageDescription + Photo Library is required to provide customers with package photos. + NSAppleMusicUsageDescription + Media Library is required to play notification sound. + NSMotionUsageDescription + Motion is required to provide customers with package + NSSpeechRecognitionUsageDescription + Speech Recognition is required to search customer packages by voice search + NSLocationWhenInUseUsageDescription + Location is required to locate delivery address. UIViewControllerBasedStatusBarAppearance diff --git a/pubspec.lock b/pubspec.lock index 2679997..9ff46b8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -36,6 +36,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.0" + cached_network_image: + dependency: "direct main" + description: + name: cached_network_image + url: "https://pub.dartlang.org" + source: hosted + version: "2.3.2+1" camera: dependency: "direct main" description: @@ -300,6 +307,20 @@ packages: description: flutter source: sdk version: "0.0.0" + flutter_blurhash: + dependency: transitive + description: + name: flutter_blurhash + url: "https://pub.dartlang.org" + source: hosted + version: "0.5.0" + flutter_cache_manager: + dependency: transitive + description: + name: flutter_cache_manager + url: "https://pub.dartlang.org" + source: hosted + version: "1.4.2" flutter_colorpicker: dependency: "direct main" description: @@ -548,6 +569,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.1.5" + octo_image: + dependency: transitive + description: + name: octo_image + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.0" open_file: dependency: "direct main" description: @@ -723,6 +751,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.0" + rxdart: + dependency: transitive + description: + name: rxdart + url: "https://pub.dartlang.org" + source: hosted + version: "0.24.1" share: dependency: "direct main" description: @@ -777,6 +812,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.7.0" + sqflite: + dependency: transitive + description: + name: sqflite + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1+1" + sqflite_common: + dependency: transitive + description: + name: sqflite_common + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2+1" stack_trace: dependency: transitive description: @@ -798,6 +847,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.5" + synchronized: + dependency: transitive + description: + name: synchronized + url: "https://pub.dartlang.org" + source: hosted + version: "2.2.0+2" term_glyph: dependency: transitive description: @@ -906,5 +962,5 @@ packages: source: git version: "0.11.0" sdks: - dart: ">=2.9.0-14.0.dev <3.0.0" - flutter: ">=1.17.0 <2.0.0" + dart: ">=2.9.0 <3.0.0" + flutter: ">=1.20.0 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 6eae269..30d7188 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: fcs description: FCS Logistics publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.0.0+1 +version: 1.0.2+4 environment: sdk: ">=2.7.0 <3.0.0"