File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed
packages/go_router_builder Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- ## NEXT
2-
3- - Restricts ` build ` to versions less than 2.5.0.
4-
51## 3.0.2
62
73- Fixes warnings in generated code of iterable parameters.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
1313 provider : 6.0.5
1414
1515dev_dependencies :
16- build_runner : ^2.3 .0
16+ build_runner : ^2.5 .0
1717 build_verify : ^3.1.0
1818 flutter_test :
1919 sdk : flutter
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
1616 # The upper bound is to work around a breaking change in `build` that was not
1717 # versioned according to semver, and broke `build_test` 2.x. See
1818 # https://github.com/flutter/flutter/issues/170832
19- build : " >=2.0.0 <2.5.0 "
19+ build : " >=2.0.0 <2.5.4 "
2020 build_config : ^1.0.0
2121 collection : ^1.14.0
2222 meta : ^1.7.0
You can’t perform that action at this time.
0 commit comments