-
go_router: ^14.0.2
go_router_builder: ^2.6.2
### Steps to reproduce
1. Click FloatingActionButton to go to the second page.
2. Click appbar back button.
Related issue: #119677 #137545 #1387…
-
When using the latest `go_router_builder` 1.0.4 it looks like you can't currently use optional query parameters. The location expects a non nullable value, although the value in the route is not requi…
-
Hi,
I have an error while trying to use async redirect. Here is the code:
```dart
final GoRouter _router = GoRouter(
routes: [
...
],
redirect: (ctx, state) async {
final logg…
-
In fact, the doc is very ambiguous about the difference between go() / push()
I actually found some big difference in the behavior of go and push earlier
1. call go() then pop(): goes back to th…
-
Hi friends. I'm in trouble with vue-router :) I create a simple map for router :
```
module.exports = {
'/': {
component: require('./views/home')
},
'/auth/login': {
component: require(…
-
copied from https://github.com/csells/go_router/issues/204
Would be useful for things like different transitions per target platform (even if it's all material), making everything fade, etc. Since …
-
# Use case
The following was implemented using `go_router`:
```
final _router = GoRouter(
routes: [
GoRoute(
path: '/home/:tab',
builder: (_, __) => const HomePage…
-
Flutter has a good router (at least the way I know it). use `go_router` and implement it.
-
Start a router with default telemetry settings.
./router --config router.yaml
```
2024-10-16T08:42:05.648996Z INFO Apollo Router v1.56.0 // (c) Apollo Graph, Inc. // Licensed as ELv2 (https://…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
If an error occurs on the prefetching of the ro…