mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
updated packages versions
This commit is contained in:
parent
574900fdea
commit
6f0072ad3e
1 changed files with 9 additions and 9 deletions
18
pubspec.yaml
18
pubspec.yaml
|
@ -1,5 +1,5 @@
|
|||
name: lightmeter
|
||||
description: A new Flutter project.
|
||||
description: Lightmeter app inspired by Material 3 design system.
|
||||
publish_to: "none"
|
||||
version: 0.12.0+31
|
||||
|
||||
|
@ -9,12 +9,12 @@ environment:
|
|||
dependencies:
|
||||
app_settings: 4.2.0
|
||||
bloc_concurrency: 0.2.2
|
||||
camera: 0.10.5
|
||||
camera: 0.10.5+2
|
||||
clipboard: 0.1.3
|
||||
dynamic_color: 1.6.5
|
||||
dynamic_color: 1.6.6
|
||||
exif: 3.1.4
|
||||
firebase_core: 2.14.0
|
||||
firebase_crashlytics: 3.3.1
|
||||
firebase_crashlytics: 3.3.3
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_bloc: 8.1.3
|
||||
|
@ -32,17 +32,17 @@ dependencies:
|
|||
url: "https://github.com/vodemn/m3_lightmeter_resources"
|
||||
ref: main
|
||||
material_color_utilities: 0.2.0
|
||||
package_info_plus: 4.0.1
|
||||
permission_handler: 10.2.0
|
||||
package_info_plus: 4.0.2
|
||||
permission_handler: 10.4.3
|
||||
platform: 3.1.0
|
||||
shared_preferences: 2.2.0
|
||||
url_launcher: 6.1.11
|
||||
url_launcher: 6.1.12
|
||||
uuid: 3.0.7
|
||||
vibration: 1.7.7
|
||||
vibration: 1.8.1
|
||||
|
||||
dev_dependencies:
|
||||
bloc_test: 9.1.3
|
||||
build_runner: ^2.1.7
|
||||
build_runner: 2.4.6
|
||||
flutter_launcher_icons: 0.11.0
|
||||
flutter_native_splash: 2.2.16
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue