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 ad1c693 commit fcf8cb6Copy full SHA for fcf8cb6
sample_app/analysis_options.yaml
@@ -1 +1,7 @@
1
include: ../analysis_options.yaml
2
+
3
+linter:
4
+ rules:
5
+ cascade_invocations: false
6
+ public_member_api_docs: false
7
+ lines_longer_than_80_chars: false
sample_app/pubspec.yaml
@@ -15,7 +15,6 @@ dependencies:
15
dev_dependencies:
16
flutter_test:
17
sdk: flutter
18
- flutter_lints: ^5.0.0
19
20
flutter:
21
uses-material-design: true
0 commit comments