mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
added lint
This commit is contained in:
parent
5e6f2aeb0d
commit
5c7c22379d
2 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
include: package:flutter_lints/flutter.yaml
|
include: package:lint/strict.yaml
|
|
@ -10,8 +10,8 @@ dependencies:
|
||||||
app_settings: 4.2.0
|
app_settings: 4.2.0
|
||||||
camera: 0.10.0+4
|
camera: 0.10.0+4
|
||||||
clipboard: 0.1.3
|
clipboard: 0.1.3
|
||||||
exif: 3.1.2
|
|
||||||
dynamic_color: 1.5.4
|
dynamic_color: 1.5.4
|
||||||
|
exif: 3.1.2
|
||||||
firebase_core: 2.11.0
|
firebase_core: 2.11.0
|
||||||
firebase_crashlytics: 3.2.0
|
firebase_crashlytics: 3.2.0
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -22,11 +22,11 @@ dependencies:
|
||||||
intl: 0.18.0
|
intl: 0.18.0
|
||||||
intl_utils: 2.8.2
|
intl_utils: 2.8.2
|
||||||
light_sensor: 2.0.2
|
light_sensor: 2.0.2
|
||||||
material_color_utilities: 0.2.0
|
|
||||||
m3_lightmeter_resources:
|
m3_lightmeter_resources:
|
||||||
git:
|
git:
|
||||||
url: "https://github.com/vodemn/m3_lightmeter_resources"
|
url: "https://github.com/vodemn/m3_lightmeter_resources"
|
||||||
ref: main
|
ref: main
|
||||||
|
material_color_utilities: 0.2.0
|
||||||
package_info_plus: 3.0.2
|
package_info_plus: 3.0.2
|
||||||
permission_handler: 10.2.0
|
permission_handler: 10.2.0
|
||||||
provider: 6.0.4
|
provider: 6.0.4
|
||||||
|
@ -36,10 +36,10 @@ dependencies:
|
||||||
vibration: 1.7.6
|
vibration: 1.7.6
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
google_fonts: 3.0.1
|
|
||||||
flutter_launcher_icons: 0.11.0
|
flutter_launcher_icons: 0.11.0
|
||||||
flutter_lints: 2.0.0
|
|
||||||
flutter_native_splash: 2.2.16
|
flutter_native_splash: 2.2.16
|
||||||
|
google_fonts: 3.0.1
|
||||||
|
lint: 2.1.1
|
||||||
test: 1.24.1
|
test: 1.24.1
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
|
|
Loading…
Reference in a new issue