We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1710bf6 commit 2775be6Copy full SHA for 2775be6
example/analysis_options.yaml
@@ -1,4 +1,4 @@
1
-include: package:lint/analysis_options_package.yaml
+include: package:flutter_lints/flutter.yaml
2
3
analyzer:
4
strong-mode:
example/pubspec.yaml
@@ -15,7 +15,7 @@ dependencies:
15
dev_dependencies:
16
flutter_test:
17
sdk: flutter
18
- lint: ^1.8.2
+ flutter_lints: ^2.0.1
19
20
# For information on the generic Dart part of this file, see the
21
# following page: https://www.dartlang.org/tools/pub/pubspec
0 commit comments