diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..abc01a9
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,29 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "Dev",
+ "request": "launch",
+ "type": "dart",
+ "args": ["--flavor", "development"],
+ "program": "lib/main_dev.dart"
+ },
+ {
+ "name": "Stage",
+ "request": "launch",
+ "type": "dart",
+ "args": ["--flavor", "staging"],
+ "program": "lib/main_stage.dart"
+ },
+ {
+ "name": "Prod",
+ "request": "launch",
+ "type": "dart",
+ "args": ["--flavor", "production"],
+ "program": "lib/main_prod.dart"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
new file mode 100644
index 0000000..e2b656c
--- /dev/null
+++ b/ios/Podfile.lock
@@ -0,0 +1,261 @@
+PODS:
+ - connectivity (0.0.1):
+ - Flutter
+ - Reachability
+ - device_info (0.0.1):
+ - Flutter
+ - Firebase/Analytics (7.3.0):
+ - Firebase/Core
+ - Firebase/Core (7.3.0):
+ - Firebase/CoreOnly
+ - FirebaseAnalytics (= 7.3.0)
+ - Firebase/CoreOnly (7.3.0):
+ - FirebaseCore (= 7.3.0)
+ - Firebase/Crashlytics (7.3.0):
+ - Firebase/CoreOnly
+ - FirebaseCrashlytics (~> 7.3.0)
+ - Firebase/Performance (7.3.0):
+ - Firebase/CoreOnly
+ - FirebasePerformance (~> 7.3.0)
+ - Firebase/RemoteConfig (7.3.0):
+ - Firebase/CoreOnly
+ - FirebaseRemoteConfig (~> 7.3.0)
+ - firebase_analytics (7.0.1):
+ - Firebase/Analytics (= 7.3.0)
+ - firebase_core
+ - Flutter
+ - firebase_core (0.7.0):
+ - Firebase/CoreOnly (= 7.3.0)
+ - Flutter
+ - firebase_crashlytics (0.4.0-1):
+ - Firebase/Crashlytics (= 7.3.0)
+ - firebase_core
+ - firebase_performance (0.0.1):
+ - Firebase/Core
+ - Firebase/Performance
+ - Flutter
+ - firebase_remote_config (0.6.0):
+ - Firebase/RemoteConfig (= 7.3.0)
+ - firebase_core
+ - Flutter
+ - FirebaseABTesting (7.8.0):
+ - FirebaseCore (~> 7.0)
+ - FirebaseAnalytics (7.3.0):
+ - FirebaseCore (~> 7.0)
+ - FirebaseInstallations (~> 7.0)
+ - GoogleAppMeasurement (= 7.3.0)
+ - GoogleUtilities/AppDelegateSwizzler (~> 7.0)
+ - GoogleUtilities/MethodSwizzler (~> 7.0)
+ - GoogleUtilities/Network (~> 7.0)
+ - "GoogleUtilities/NSData+zlib (~> 7.0)"
+ - nanopb (~> 2.30906.0)
+ - FirebaseCore (7.3.0):
+ - FirebaseCoreDiagnostics (~> 7.0)
+ - GoogleUtilities/Environment (~> 7.0)
+ - GoogleUtilities/Logger (~> 7.0)
+ - FirebaseCoreDiagnostics (7.3.0):
+ - GoogleDataTransport (~> 8.0)
+ - GoogleUtilities/Environment (~> 7.0)
+ - GoogleUtilities/Logger (~> 7.0)
+ - nanopb (~> 2.30906.0)
+ - FirebaseCrashlytics (7.3.0):
+ - FirebaseCore (~> 7.0)
+ - FirebaseInstallations (~> 7.0)
+ - GoogleDataTransport (~> 8.0)
+ - nanopb (~> 2.30906.0)
+ - PromisesObjC (~> 1.2)
+ - FirebaseInstallations (7.8.0):
+ - FirebaseCore (~> 7.0)
+ - GoogleUtilities/Environment (~> 7.0)
+ - GoogleUtilities/UserDefaults (~> 7.0)
+ - PromisesObjC (~> 1.2)
+ - FirebasePerformance (7.3.0):
+ - FirebaseCore (~> 7.0)
+ - FirebaseInstallations (~> 7.0)
+ - FirebaseRemoteConfig (~> 7.0)
+ - GoogleDataTransport (~> 8.1)
+ - GoogleToolboxForMac/Logger (~> 2.1)
+ - "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
+ - GoogleUtilities/Environment (~> 7.0)
+ - GoogleUtilities/ISASwizzler (~> 7.0)
+ - GoogleUtilities/MethodSwizzler (~> 7.0)
+ - GTMSessionFetcher/Core (~> 1.1)
+ - Protobuf (~> 3.12)
+ - FirebaseRemoteConfig (7.3.0):
+ - FirebaseABTesting (~> 7.0)
+ - FirebaseCore (~> 7.0)
+ - FirebaseInstallations (~> 7.0)
+ - GoogleUtilities/Environment (~> 7.0)
+ - "GoogleUtilities/NSData+zlib (~> 7.0)"
+ - Flutter (1.0.0)
+ - FMDB (2.7.5):
+ - FMDB/standard (= 2.7.5)
+ - FMDB/standard (2.7.5)
+ - GoogleAppMeasurement (7.3.0):
+ - GoogleUtilities/AppDelegateSwizzler (~> 7.0)
+ - GoogleUtilities/MethodSwizzler (~> 7.0)
+ - GoogleUtilities/Network (~> 7.0)
+ - "GoogleUtilities/NSData+zlib (~> 7.0)"
+ - nanopb (~> 2.30906.0)
+ - GoogleDataTransport (8.1.0):
+ - nanopb (~> 2.30906.0)
+ - GoogleToolboxForMac/Defines (2.3.1)
+ - GoogleToolboxForMac/Logger (2.3.1):
+ - GoogleToolboxForMac/Defines (= 2.3.1)
+ - "GoogleToolboxForMac/NSData+zlib (2.3.1)":
+ - GoogleToolboxForMac/Defines (= 2.3.1)
+ - GoogleUtilities/AppDelegateSwizzler (7.3.1):
+ - GoogleUtilities/Environment
+ - GoogleUtilities/Logger
+ - GoogleUtilities/Network
+ - GoogleUtilities/Environment (7.3.1):
+ - PromisesObjC (~> 1.2)
+ - GoogleUtilities/ISASwizzler (7.3.1)
+ - GoogleUtilities/Logger (7.3.1):
+ - GoogleUtilities/Environment
+ - GoogleUtilities/MethodSwizzler (7.3.1):
+ - GoogleUtilities/Logger
+ - GoogleUtilities/Network (7.3.1):
+ - GoogleUtilities/Logger
+ - "GoogleUtilities/NSData+zlib"
+ - GoogleUtilities/Reachability
+ - "GoogleUtilities/NSData+zlib (7.3.1)"
+ - GoogleUtilities/Reachability (7.3.1):
+ - GoogleUtilities/Logger
+ - GoogleUtilities/UserDefaults (7.3.1):
+ - GoogleUtilities/Logger
+ - GTMSessionFetcher/Core (1.5.0)
+ - http_interceptor (0.0.1):
+ - Flutter
+ - nanopb (2.30906.0):
+ - nanopb/decode (= 2.30906.0)
+ - nanopb/encode (= 2.30906.0)
+ - nanopb/decode (2.30906.0)
+ - nanopb/encode (2.30906.0)
+ - package_info (0.0.1):
+ - Flutter
+ - path_provider (0.0.1):
+ - Flutter
+ - "permission_handler (5.1.0+2)":
+ - Flutter
+ - PromisesObjC (1.2.12)
+ - Protobuf (3.14.0)
+ - Reachability (3.2)
+ - shared_preferences (0.0.1):
+ - Flutter
+ - sqflite (0.0.2):
+ - Flutter
+ - FMDB (>= 2.7.5)
+ - url_launcher (0.0.1):
+ - Flutter
+
+DEPENDENCIES:
+ - connectivity (from `.symlinks/plugins/connectivity/ios`)
+ - device_info (from `.symlinks/plugins/device_info/ios`)
+ - firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`)
+ - firebase_core (from `.symlinks/plugins/firebase_core/ios`)
+ - firebase_crashlytics (from `.symlinks/plugins/firebase_crashlytics/ios`)
+ - firebase_performance (from `.symlinks/plugins/firebase_performance/ios`)
+ - firebase_remote_config (from `.symlinks/plugins/firebase_remote_config/ios`)
+ - Flutter (from `Flutter`)
+ - http_interceptor (from `.symlinks/plugins/http_interceptor/ios`)
+ - package_info (from `.symlinks/plugins/package_info/ios`)
+ - path_provider (from `.symlinks/plugins/path_provider/ios`)
+ - permission_handler (from `.symlinks/plugins/permission_handler/ios`)
+ - shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
+ - sqflite (from `.symlinks/plugins/sqflite/ios`)
+ - url_launcher (from `.symlinks/plugins/url_launcher/ios`)
+
+SPEC REPOS:
+ trunk:
+ - Firebase
+ - FirebaseABTesting
+ - FirebaseAnalytics
+ - FirebaseCore
+ - FirebaseCoreDiagnostics
+ - FirebaseCrashlytics
+ - FirebaseInstallations
+ - FirebasePerformance
+ - FirebaseRemoteConfig
+ - FMDB
+ - GoogleAppMeasurement
+ - GoogleDataTransport
+ - GoogleToolboxForMac
+ - GoogleUtilities
+ - GTMSessionFetcher
+ - nanopb
+ - PromisesObjC
+ - Protobuf
+ - Reachability
+
+EXTERNAL SOURCES:
+ connectivity:
+ :path: ".symlinks/plugins/connectivity/ios"
+ device_info:
+ :path: ".symlinks/plugins/device_info/ios"
+ firebase_analytics:
+ :path: ".symlinks/plugins/firebase_analytics/ios"
+ firebase_core:
+ :path: ".symlinks/plugins/firebase_core/ios"
+ firebase_crashlytics:
+ :path: ".symlinks/plugins/firebase_crashlytics/ios"
+ firebase_performance:
+ :path: ".symlinks/plugins/firebase_performance/ios"
+ firebase_remote_config:
+ :path: ".symlinks/plugins/firebase_remote_config/ios"
+ Flutter:
+ :path: Flutter
+ http_interceptor:
+ :path: ".symlinks/plugins/http_interceptor/ios"
+ package_info:
+ :path: ".symlinks/plugins/package_info/ios"
+ path_provider:
+ :path: ".symlinks/plugins/path_provider/ios"
+ permission_handler:
+ :path: ".symlinks/plugins/permission_handler/ios"
+ shared_preferences:
+ :path: ".symlinks/plugins/shared_preferences/ios"
+ sqflite:
+ :path: ".symlinks/plugins/sqflite/ios"
+ url_launcher:
+ :path: ".symlinks/plugins/url_launcher/ios"
+
+SPEC CHECKSUMS:
+ connectivity: c4130b2985d4ef6fd26f9702e886bd5260681467
+ device_info: d7d233b645a32c40dfdc212de5cf646ca482f175
+ Firebase: 26223c695fe322633274198cb19dca8cb7e54416
+ firebase_analytics: 41043f6e14fc9bc27c3f05217ab7f2b0ad9b41eb
+ firebase_core: 91b27774a52f41f8b58484a75edf71197ac01c59
+ firebase_crashlytics: e6ecb908f6249ce3757d18a812819a41495bf1cb
+ firebase_performance: ab604e5c4be7ce595ad263e2d1981d60b5eb7e5f
+ firebase_remote_config: 1c56b7b8caa840aa2e9432e66bf606d10f492fc9
+ FirebaseABTesting: 44acbfc9db915bca8f111ebae342da6fd4f1cc55
+ FirebaseAnalytics: 2580c2d62535ae7b644143d48941fcc239ea897a
+ FirebaseCore: 4d3c72622ce0e2106aaa07bb4b2935ba2c370972
+ FirebaseCoreDiagnostics: d50e11039e5984d92c8a512be2395f13df747350
+ FirebaseCrashlytics: d31325312c92e2cb2f0386d589b9aa44e303d99b
+ FirebaseInstallations: 7f7ed0e7e27fb51f57291e1876e2ddb1524126c1
+ FirebasePerformance: 7915b7dfc8258030d5fac9544d7fa6b55fbe3e57
+ FirebaseRemoteConfig: 826fad8bec5ce1912ef97a124d6ec0ce4dcf6ec1
+ Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
+ FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
+ GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7
+ GoogleDataTransport: 116c84c4bdeb76be2a7a46de51244368f9794eab
+ GoogleToolboxForMac: 471e0c05d39506e50e6398f46fa9a12ae0efeff9
+ GoogleUtilities: e1d9ed4e544fc32a93e00e721400cbc3f377200d
+ GTMSessionFetcher: b3503b20a988c4e20cc189aa798fd18220133f52
+ http_interceptor: 35739d2beb6230e975f7015d7c994ebd4698402f
+ nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
+ package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
+ path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
+ permission_handler: ccb20a9fad0ee9b1314a52b70b76b473c5f8dab0
+ PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
+ Protobuf: 0cde852566359049847168e51bd1c690e0f70056
+ Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
+ shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
+ sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
+ url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
+
+PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
+
+COCOAPODS: 1.10.1
diff --git a/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/ios/Runner.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..21a3cc1
--- /dev/null
+++ b/ios/Runner.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
diff --git a/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/pubspec.lock b/pubspec.lock
new file mode 100644
index 0000000..1ef4b5c
--- /dev/null
+++ b/pubspec.lock
@@ -0,0 +1,670 @@
+# 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: "2.0.13"
+ args:
+ dependency: transitive
+ description:
+ name: args
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.6.0"
+ async:
+ dependency: transitive
+ description:
+ name: async
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.5.0"
+ boolean_selector:
+ dependency: transitive
+ description:
+ name: boolean_selector
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.1.0"
+ cached_network_image:
+ dependency: "direct main"
+ description:
+ name: cached_network_image
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.5.1"
+ characters:
+ dependency: transitive
+ description:
+ name: characters
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.1.0"
+ charcode:
+ dependency: transitive
+ description:
+ name: charcode
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.2.0"
+ clock:
+ dependency: transitive
+ description:
+ name: clock
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.1.0"
+ collection:
+ dependency: transitive
+ description:
+ name: collection
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.15.0"
+ connectivity:
+ dependency: "direct main"
+ description:
+ name: connectivity
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.0.2"
+ connectivity_for_web:
+ dependency: transitive
+ description:
+ name: connectivity_for_web
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.3.1+4"
+ connectivity_macos:
+ dependency: transitive
+ description:
+ name: connectivity_macos
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.1.0+7"
+ connectivity_platform_interface:
+ dependency: transitive
+ description:
+ name: connectivity_platform_interface
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.6"
+ convert:
+ dependency: transitive
+ description:
+ name: convert
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.1.1"
+ crypto:
+ dependency: transitive
+ description:
+ name: crypto
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.1.5"
+ device_info:
+ dependency: "direct main"
+ description:
+ name: device_info
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.0"
+ device_info_platform_interface:
+ dependency: transitive
+ description:
+ name: device_info_platform_interface
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.1"
+ dio:
+ dependency: transitive
+ description:
+ name: dio
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "3.0.10"
+ easy_localization:
+ dependency: "direct main"
+ description:
+ name: easy_localization
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.3.3+1"
+ fake_async:
+ dependency: transitive
+ description:
+ name: fake_async
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.2.0"
+ ffi:
+ dependency: transitive
+ description:
+ name: ffi
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.1.3"
+ file:
+ dependency: transitive
+ description:
+ name: file
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "6.1.0"
+ firebase:
+ dependency: transitive
+ description:
+ name: firebase
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "7.3.3"
+ firebase_analytics:
+ dependency: "direct main"
+ description:
+ name: firebase_analytics
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "7.0.1"
+ firebase_analytics_platform_interface:
+ dependency: transitive
+ description:
+ name: firebase_analytics_platform_interface
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.3"
+ firebase_analytics_web:
+ dependency: transitive
+ description:
+ name: firebase_analytics_web
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.1.1"
+ firebase_core:
+ dependency: "direct main"
+ description:
+ name: firebase_core
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.7.0"
+ firebase_core_platform_interface:
+ dependency: transitive
+ description:
+ name: firebase_core_platform_interface
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "3.0.1"
+ firebase_core_web:
+ dependency: transitive
+ description:
+ name: firebase_core_web
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.2.1+3"
+ firebase_crashlytics:
+ dependency: "direct main"
+ description:
+ name: firebase_crashlytics
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.4.0+1"
+ firebase_crashlytics_platform_interface:
+ dependency: transitive
+ description:
+ name: firebase_crashlytics_platform_interface
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.1.6"
+ firebase_performance:
+ dependency: transitive
+ description:
+ name: firebase_performance
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.3.2"
+ firebase_remote_config:
+ dependency: "direct main"
+ description:
+ name: firebase_remote_config
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.6.0"
+ flutter:
+ dependency: "direct main"
+ 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: "2.1.2"
+ flutter_localizations:
+ dependency: "direct main"
+ description: flutter
+ source: sdk
+ version: "0.0.0"
+ 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: transitive
+ description:
+ name: http
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.12.2"
+ http_interceptor:
+ dependency: transitive
+ description:
+ name: http_interceptor
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.1.1"
+ http_parser:
+ dependency: transitive
+ description:
+ name: http_parser
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "3.1.4"
+ image:
+ dependency: transitive
+ description:
+ name: image
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.1.19"
+ intl:
+ dependency: transitive
+ description:
+ name: intl
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.17.0"
+ js:
+ dependency: transitive
+ description:
+ name: js
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.6.3"
+ lint:
+ dependency: "direct dev"
+ description:
+ name: lint
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.3.0"
+ matcher:
+ dependency: transitive
+ description:
+ name: matcher
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.12.10"
+ meta:
+ dependency: transitive
+ description:
+ name: meta
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.3.0"
+ nested:
+ dependency: transitive
+ description:
+ name: nested
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.4"
+ octo_image:
+ dependency: transitive
+ description:
+ name: octo_image
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.3.0"
+ package_info:
+ dependency: "direct main"
+ description:
+ name: package_info
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.4.3+4"
+ path:
+ dependency: transitive
+ description:
+ name: path
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.8.0"
+ path_provider:
+ dependency: "direct main"
+ description:
+ name: path_provider
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.6.28"
+ path_provider_linux:
+ dependency: transitive
+ description:
+ name: path_provider_linux
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.1+2"
+ path_provider_macos:
+ dependency: transitive
+ description:
+ name: path_provider_macos
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.4+8"
+ path_provider_platform_interface:
+ dependency: transitive
+ description:
+ name: path_provider_platform_interface
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.4"
+ path_provider_windows:
+ dependency: transitive
+ description:
+ name: path_provider_windows
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.4+3"
+ pedantic:
+ dependency: transitive
+ description:
+ name: pedantic
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.9.2"
+ performance_interceptor:
+ dependency: "direct main"
+ description:
+ path: "."
+ ref: HEAD
+ resolved-ref: "32f3912fdebc61fd5521931b08e767e9fade5ea4"
+ url: "https://github.com/solutelabs/firebase_performance_interceptor.git"
+ source: git
+ version: "0.0.1"
+ permission_handler:
+ dependency: "direct main"
+ description:
+ name: permission_handler
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "5.1.0+2"
+ permission_handler_platform_interface:
+ dependency: transitive
+ description:
+ name: permission_handler_platform_interface
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.0.2"
+ petitparser:
+ dependency: transitive
+ description:
+ name: petitparser
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "3.1.0"
+ platform:
+ dependency: transitive
+ description:
+ name: platform
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "3.0.0"
+ plugin_platform_interface:
+ dependency: transitive
+ description:
+ name: plugin_platform_interface
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.3"
+ process:
+ dependency: transitive
+ description:
+ name: process
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "4.1.0"
+ provider:
+ dependency: "direct main"
+ description:
+ name: provider
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "4.3.3"
+ quiver:
+ dependency: transitive
+ description:
+ name: quiver
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.1.5"
+ rxdart:
+ dependency: transitive
+ description:
+ name: rxdart
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.25.0"
+ shared_preferences:
+ dependency: "direct main"
+ description:
+ name: shared_preferences
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.5.12+4"
+ shared_preferences_linux:
+ dependency: transitive
+ description:
+ name: shared_preferences_linux
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.2+4"
+ shared_preferences_macos:
+ dependency: transitive
+ description:
+ name: shared_preferences_macos
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.1+11"
+ shared_preferences_platform_interface:
+ dependency: transitive
+ description:
+ name: shared_preferences_platform_interface
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.4"
+ shared_preferences_web:
+ dependency: transitive
+ description:
+ name: shared_preferences_web
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.1.2+7"
+ shared_preferences_windows:
+ dependency: transitive
+ description:
+ name: shared_preferences_windows
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.2+3"
+ 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.8.0"
+ sqflite:
+ dependency: transitive
+ description:
+ name: sqflite
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.3.2+4"
+ sqflite_common:
+ dependency: transitive
+ description:
+ name: sqflite_common
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.3+3"
+ 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.0"
+ synchronized:
+ dependency: transitive
+ description:
+ name: synchronized
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.2.0+2"
+ term_glyph:
+ dependency: transitive
+ description:
+ name: term_glyph
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.2.0"
+ test_api:
+ dependency: transitive
+ description:
+ name: test_api
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.2.19"
+ typed_data:
+ dependency: transitive
+ description:
+ name: typed_data
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.3.0"
+ url_launcher:
+ dependency: "direct main"
+ description:
+ name: url_launcher
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "5.7.10"
+ url_launcher_linux:
+ dependency: transitive
+ description:
+ name: url_launcher_linux
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.1+4"
+ url_launcher_macos:
+ dependency: transitive
+ description:
+ name: url_launcher_macos
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.1+9"
+ url_launcher_platform_interface:
+ dependency: transitive
+ description:
+ name: url_launcher_platform_interface
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.9"
+ url_launcher_web:
+ dependency: transitive
+ description:
+ name: url_launcher_web
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.1.5+3"
+ url_launcher_windows:
+ dependency: transitive
+ description:
+ name: url_launcher_windows
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.1+3"
+ uuid:
+ dependency: transitive
+ description:
+ name: uuid
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.2.2"
+ vector_math:
+ dependency: transitive
+ description:
+ name: vector_math
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.1.0"
+ win32:
+ dependency: transitive
+ description:
+ name: win32
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.7.4+1"
+ xdg_directories:
+ dependency: transitive
+ description:
+ name: xdg_directories
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.1.2"
+ xml:
+ dependency: transitive
+ description:
+ name: xml
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "4.5.1"
+sdks:
+ dart: ">=2.12.0-0.0 <3.0.0"
+ flutter: ">=1.22.2"