@@ -7,7 +7,8 @@
# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
-# include: package:flutter_lints/flutter.yaml
+
+include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
@@ -16,6 +16,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
+ flutter_lints: ^1.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
@@ -29,6 +29,7 @@ dev_dependencies:
integration_test:
@@ -26,6 +26,7 @@ dev_dependencies:
build_runner: '1.12.2'
@@ -53,10 +53,10 @@ dependencies:
cupertino_icons: ^1.0.2
build_runner:
- flutter_lints: ^1.0.0
freezed: '>=0.14.2'