This commit is contained in:
2020-10-26 04:49:03 +06:30
parent 139fc8e7d3
commit fcee7904d8
4 changed files with 85 additions and 5 deletions

10
.vscode/launch.json vendored
View File

@@ -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",

View File

@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSContactsUsageDescription</key>
<string>Contact access is required for invitation sharing.</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
@@ -11,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>FCS</string>
<string>FCS Logistics</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
@@ -25,7 +27,7 @@
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.944560757353-o6emrja7ad8g8ulbcvvpah9a1tul3s21</string>
<string>com.googleusercontent.apps.168368749206-5qjmae2tmnqjjb7ch74ug7u2teftligs</string>
</array>
</dict>
</array>
@@ -57,6 +59,18 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSCalendarsUsageDescription</key>
<string>Calendars access is required for calendar widgets. </string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library is required to provide customers with package photos.</string>
<key>NSAppleMusicUsageDescription</key>
<string>Media Library is required to play notification sound.</string>
<key>NSMotionUsageDescription</key>
<string>Motion is required to provide customers with package</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>Speech Recognition is required to search customer packages by voice search</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location is required to locate delivery address.</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>

View File

@@ -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"

View File

@@ -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"