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 e3975a8 commit 6b8b338Copy full SHA for 6b8b338
pkgs/shelf_router_generator/CHANGELOG.md
@@ -1,5 +1,6 @@
1
## 1.1.1-wip
2
3
+* Support the latest `package:analyzer` and `package:source_gen`
4
* Require `sdk: ^3.3.0`
5
6
## 1.1.0
pkgs/shelf_router_generator/pubspec.yaml
@@ -14,18 +14,18 @@ environment:
14
sdk: ^3.3.0
15
16
dependencies:
17
- analyzer: '>=4.6.0 <7.0.0'
18
- build: ^2.0.0
+ analyzer: '>=4.6.0 <8.0.0'
+ build: ^2.2.2
19
build_config: ^1.0.0
20
code_builder: ^4.2.0
21
- http_methods: ^1.0.0
+ http_methods: ^1.1.0
22
shelf: ^1.1.0
23
shelf_router: ^1.1.0
24
- source_gen: ^1.0.0
+ source_gen: ">=1.2.2 <3.0.0"
25
26
dev_dependencies:
27
- build_runner: ^2.0.0
+ build_runner: ^2.1.9
28
build_verify: ^3.0.0
29
dart_flutter_team_lints: ^3.0.0
30
- http: '>=0.13.0 <2.0.0'
31
- test: ^1.5.3
+ http: ^1.0.0
+ test: ^1.21.0
0 commit comments