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 ad6af2a commit 98363fdCopy full SHA for 98363fd
analysis_options.yaml
@@ -1,3 +1,4 @@
1
+# https://dart.dev/guides/language/analysis-options
2
include: package:lints/recommended.yaml
3
4
analyzer:
@@ -21,6 +22,7 @@ linter:
21
22
- package_api_docs
23
- prefer_relative_imports
24
- prefer_single_quotes
25
+ - sort_pub_dependencies
26
- test_types_in_equals
27
- throw_in_finally
28
- type_annotate_public_apis
pkgs/shelf_router/pubspec.yaml
@@ -9,11 +9,11 @@ environment:
9
sdk: '>=2.17.0 <3.0.0'
10
11
dependencies:
12
+ http_methods: ^1.1.0
13
meta: ^1.3.0
14
shelf: ^1.0.0
- http_methods: ^1.1.0
15
16
dev_dependencies:
17
- test: ^1.16.0
18
- lints: ^2.0.0
19
http: ^0.13.0
+ lints: ^2.0.0
+ test: ^1.16.0
0 commit comments