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
|
version: 0.10.0+22
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
app_settings: 4.2.0
|
app_settings: 4.2.0
|
||||||
|
@ -19,8 +19,8 @@ dependencies:
|
||||||
flutter_bloc: 8.1.1
|
flutter_bloc: 8.1.1
|
||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
intl: 0.17.0
|
intl: 0.18.0
|
||||||
intl_utils: 2.8.1
|
intl_utils: 2.8.2
|
||||||
light_sensor: 2.0.2
|
light_sensor: 2.0.2
|
||||||
material_color_utilities: 0.2.0
|
material_color_utilities: 0.2.0
|
||||||
m3_lightmeter_resources:
|
m3_lightmeter_resources:
|
||||||
|
@ -40,10 +40,7 @@ dev_dependencies:
|
||||||
flutter_launcher_icons: 0.11.0
|
flutter_launcher_icons: 0.11.0
|
||||||
flutter_lints: 2.0.0
|
flutter_lints: 2.0.0
|
||||||
flutter_native_splash: 2.2.16
|
flutter_native_splash: 2.2.16
|
||||||
test: 1.22.2
|
test: 1.24.1
|
||||||
|
|
||||||
dependency_overrides:
|
|
||||||
test_api: 0.4.16
|
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
|
|
Loading…
Reference in a new issue