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.
lints
1 parent 226e5a6 commit 24456d4Copy full SHA for 24456d4
Makefile
@@ -35,6 +35,7 @@ insert-example:
35
.PHONY: update
36
update:
37
dart pub upgrade
38
+ dart pub outdated
39
40
.PHONY: cover
41
cover:
pubspec.yaml
@@ -17,5 +17,5 @@ dependencies:
17
http: '>=0.13.0 <2.0.0'
18
19
dev_dependencies:
20
- lints: ^5.1.1
+ lints: ^6.0.0
21
test: ^1.25.1
0 commit comments