Skip to content

Commit 2775be6

Browse files
committed
Example app is now using flutter_lints.
1 parent 1710bf6 commit 2775be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:lint/analysis_options_package.yaml
1+
include: package:flutter_lints/flutter.yaml
22

33
analyzer:
44
strong-mode:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
18-
lint: ^1.8.2
18+
flutter_lints: ^2.0.1
1919

2020
# For information on the generic Dart part of this file, see the
2121
# following page: https://www.dartlang.org/tools/pub/pubspec

0 commit comments

Comments
 (0)