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
[go_router] Add support for Iterable, List and Set to TypedGoRoute (flutter#2698)
* fixesflutter#108437 support for iterable, list and set in for TypedGoRoute
* temporary fix for analyzer ci, will be fixed in go_router_builder code generator
* Revert "temporary fix for analyzer ci, will be fixed in go_router_builder code generator"
This reverts commit 6ae5026c0df976c6003b1e4aee10ed95c6601783.
* added temporary ignore directive
* Revert "added temporary ignore directive"
This reverts commit 48bdeb5abba23847e90ec0ba3c788b279e87eddb.
* fix merge conflict and temoporary remove go_router_builder/example analysis checks
* fix temoporary go_router_builder/example analysis checks and restored global analysis
* fix ci
* version
Copy file name to clipboardExpand all lines: packages/go_router/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 6.0.8
2
+
3
+
* Adds support for Iterables, Lists and Sets in query params for TypedGoRoute. [#108437](https://github.com/flutter/flutter/issues/108437).
4
+
1
5
## 6.0.7
2
6
3
7
- Add observers parameter to the ShellRoute that will be passed to the nested Navigator.
0 commit comments