mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
updated pub version
This commit is contained in:
parent
19a788adcb
commit
5e6f2aeb0d
1 changed files with 4 additions and 7 deletions
11
pubspec.yaml
11
pubspec.yaml
|
@ -4,7 +4,7 @@ publish_to: "none"
|
|||
version: 0.10.0+22
|
||||
|
||||
environment:
|
||||
sdk: ">=2.18.0 <3.0.0"
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
app_settings: 4.2.0
|
||||
|
@ -19,8 +19,8 @@ dependencies:
|
|||
flutter_bloc: 8.1.1
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
intl: 0.17.0
|
||||
intl_utils: 2.8.1
|
||||
intl: 0.18.0
|
||||
intl_utils: 2.8.2
|
||||
light_sensor: 2.0.2
|
||||
material_color_utilities: 0.2.0
|
||||
m3_lightmeter_resources:
|
||||
|
@ -40,10 +40,7 @@ dev_dependencies:
|
|||
flutter_launcher_icons: 0.11.0
|
||||
flutter_lints: 2.0.0
|
||||
flutter_native_splash: 2.2.16
|
||||
test: 1.22.2
|
||||
|
||||
dependency_overrides:
|
||||
test_api: 0.4.16
|
||||
test: 1.24.1
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
|
Loading…
Reference in a new issue