Commit fa7cdfa
authored
[go_router] Add support for Iterable, List and Set to TypedGoRoute (flutter#2698)
* fixes flutter#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
* version1 parent 81cbd4c commit fa7cdfa
File tree
3 files changed
+6
-2
lines changed- packages/go_router
- lib/src
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments