You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ And we just looooove lots of lints. :blue_heart:
24
24
For a start please make sure you work with latest version of Flutter & Dart.
25
25
```yaml
26
26
environment:
27
-
sdk: ">=3.2.2 <4.0.0"
28
-
flutter: ^3.16.2
27
+
sdk: ">=3.4.4 <4.0.0"
28
+
flutter: ^3.22.3
29
29
```
30
30
31
31
Then add a dev dependency in your `pubspec.yaml`:
@@ -40,7 +40,7 @@ or directly in pubspec.yaml
40
40
41
41
```yaml
42
42
dev_dependencies:
43
-
lint_quido: 1.16.0
43
+
lint_quido: 1.22.3
44
44
```
45
45
46
46
At last in `analysis_options.yaml` add:
@@ -98,7 +98,7 @@ dart run dart_code_metrics:metrics check-unnecessary-nullable lib
98
98
dart pub run dart_code_metrics:metrics check-unused-code lib
99
99
```
100
100
101
-
[Here](https://dcm.dev/docs/individuals/cli/analyze/) you can find documentation about dart metrics commands.
101
+
[Here](https://dcm.dev/docs/cli/) you can find documentation about dart metrics commands.
102
102
103
103
## Troubleshooting
104
104
Sometimes working with cutting-edge versions might cause dependencies incompatibilities. For example `lint_quido` do not want to cooperate with test_api package or analyzer package and so on.
0 commit comments