mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-01-18 11:20:40 +00:00
Update pubspec.yaml
This commit is contained in:
parent
0854b7be9b
commit
2a857dac1d
1 changed files with 23 additions and 23 deletions
46
pubspec.yaml
46
pubspec.yaml
|
@ -7,27 +7,26 @@ environment:
|
|||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
app_settings: 4.2.0
|
||||
app_settings: ^5.1.1
|
||||
auto_size_text: 3.0.0
|
||||
bloc_concurrency: 0.2.2
|
||||
camera: 0.10.5+2
|
||||
camera_android_camerax: 0.6.1+1
|
||||
bloc_concurrency: ^0.2.5
|
||||
camera: ^0.11.0+2
|
||||
clipboard: 0.1.3
|
||||
collection: any
|
||||
dynamic_color: 1.7.0
|
||||
exif: 3.1.4
|
||||
exif: ^3.3.0
|
||||
firebase_analytics: 10.6.2
|
||||
firebase_core: 2.20.0
|
||||
firebase_crashlytics: 3.4.2
|
||||
firebase_remote_config: 4.3.2
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_bloc: 8.1.3
|
||||
flutter_bloc: ^8.1.6
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_native_splash: 2.3.5
|
||||
intl: 0.18.1
|
||||
intl_utils: 2.8.2
|
||||
flutter_native_splash: ^2.4.4
|
||||
intl: ^0.19.0
|
||||
intl_utils: ^2.8.7
|
||||
light_sensor: 3.0.0
|
||||
m3_lightmeter_iap:
|
||||
git:
|
||||
|
@ -39,29 +38,30 @@ dependencies:
|
|||
ref: v2.1.0
|
||||
material_color_utilities: 0.5.0
|
||||
package_info_plus: 4.2.0
|
||||
permission_handler: 10.4.3
|
||||
platform: 3.1.0
|
||||
permission_handler: ^11.3.1
|
||||
platform: ^3.1.5
|
||||
shared_preferences: 2.2.0
|
||||
url_launcher: 6.1.12
|
||||
url_launcher:
|
||||
url_launcher_ios: ^6.3.2
|
||||
uuid: 3.0.7
|
||||
vibration: 1.8.1
|
||||
vibration: ^2.0.1
|
||||
|
||||
dev_dependencies:
|
||||
args: 2.5.0
|
||||
bloc_test: 9.1.3
|
||||
build_runner: 2.4.6
|
||||
args: ^2.6.0
|
||||
bloc_test: ^9.1.7
|
||||
build_runner: ^2.4.14
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
golden_toolkit: 0.15.0
|
||||
google_fonts: 3.0.1
|
||||
image: 4.1.7
|
||||
google_fonts: ^4.0.4
|
||||
image: ^4.3.0
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
lint: 2.1.2
|
||||
logging: 1.2.0
|
||||
meta: 1.9.1
|
||||
mocktail: 0.3.0
|
||||
test: 1.24.3
|
||||
lint: ^2.3.0
|
||||
logging: ^1.3.0
|
||||
meta: ^1.15.0
|
||||
mocktail: ^1.0.4
|
||||
test: ^1.25.8
|
||||
|
||||
dependency_overrides:
|
||||
material_color_utilities: 0.11.1
|
||||
|
|
Loading…
Reference in a new issue