From 5c7c22379d2729c6b168abf294fc1a952bd65063 Mon Sep 17 00:00:00 2001 From: Vadim Date: Thu, 11 May 2023 14:52:55 +0200 Subject: [PATCH] added lint --- analysis_options.yaml | 2 +- pubspec.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index a3be6b8..9d2bd61 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1 +1 @@ -include: package:flutter_lints/flutter.yaml \ No newline at end of file +include: package:lint/strict.yaml \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7e33c3c..742dde6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,8 +10,8 @@ dependencies: app_settings: 4.2.0 camera: 0.10.0+4 clipboard: 0.1.3 - exif: 3.1.2 dynamic_color: 1.5.4 + exif: 3.1.2 firebase_core: 2.11.0 firebase_crashlytics: 3.2.0 flutter: @@ -22,11 +22,11 @@ dependencies: intl: 0.18.0 intl_utils: 2.8.2 light_sensor: 2.0.2 - material_color_utilities: 0.2.0 m3_lightmeter_resources: git: url: "https://github.com/vodemn/m3_lightmeter_resources" ref: main + material_color_utilities: 0.2.0 package_info_plus: 3.0.2 permission_handler: 10.2.0 provider: 6.0.4 @@ -36,10 +36,10 @@ dependencies: vibration: 1.7.6 dev_dependencies: - google_fonts: 3.0.1 flutter_launcher_icons: 0.11.0 - flutter_lints: 2.0.0 flutter_native_splash: 2.2.16 + google_fonts: 3.0.1 + lint: 2.1.1 test: 1.24.1 flutter: