File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ analyzer:
5
5
# Ignore generated files
6
6
- ' **/*.g.dart'
7
7
- ' lib/src/generated/*.dart'
8
- # workaround for https://github.com/dart-lang/sdk/issues/42910
9
- - ' example/**'
10
-
8
+
11
9
linter :
12
10
rules :
13
11
- public_member_api_docs
Original file line number Diff line number Diff line change @@ -27,13 +27,27 @@ packages:
27
27
description: flutter
28
28
source: sdk
29
29
version: "0.0.0"
30
+ flutter_lints:
31
+ dependency: "direct dev"
32
+ description:
33
+ name: flutter_lints
34
+ url: "https://pub.dartlang.org"
35
+ source: hosted
36
+ version: "1.0.4"
30
37
google_api_availability:
31
38
dependency: "direct dev"
32
39
description:
33
40
path: ".."
34
41
relative: true
35
42
source: path
36
43
version: "3.0.2"
44
+ lints:
45
+ dependency: transitive
46
+ description:
47
+ name: lints
48
+ url: "https://pub.dartlang.org"
49
+ source: hosted
50
+ version: "1.0.1"
37
51
meta:
38
52
dependency: transitive
39
53
description:
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ dependencies:
13
13
dev_dependencies :
14
14
google_api_availability :
15
15
path : ../
16
+ flutter_lints : 1.0.4
16
17
17
18
flutter :
18
19
uses-material-design : true
You can’t perform that action at this time.
0 commit comments