diff --git a/lib/firebase_options.dart b/lib/firebase_options.dart index a8a32c7..befdbed 100644 --- a/lib/firebase_options.dart +++ b/lib/firebase_options.dart @@ -50,7 +50,6 @@ class DefaultFirebaseOptions { static const FirebaseOptions android = FirebaseOptions( apiKey: '', - appId: '', messagingSenderId: '', projectId: '', storageBucket: '', diff --git a/pubspec.yaml b/pubspec.yaml index 56bac35..cc4eb2a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,6 +10,7 @@ dependencies: app_settings: 4.2.0 bloc_concurrency: 0.2.2 camera: 0.10.5+2 + camera_android_camerax: 0.6.1+1 clipboard: 0.1.3 dynamic_color: 1.6.6 exif: 3.1.4 @@ -22,7 +23,7 @@ dependencies: flutter_bloc: 8.1.3 flutter_localizations: sdk: flutter - intl: 0.18.0 + intl: 0.18.1 intl_utils: 2.8.2 light_sensor: 3.0.0 m3_lightmeter_iap: @@ -33,7 +34,7 @@ dependencies: git: url: "https://github.com/vodemn/m3_lightmeter_resources" ref: main - material_color_utilities: 0.2.0 + material_color_utilities: 0.5.0 package_info_plus: 4.0.2 permission_handler: 10.4.3 platform: 3.1.0 @@ -54,7 +55,7 @@ dev_dependencies: lint: 2.1.2 meta: 1.9.1 mocktail: 0.3.0 - test: 1.24.1 + test: 1.24.3 flutter: uses-material-design: true