-
### Steps to reproduce
1. run it on broswer: chrome
e.g. url is : `http://localhost:53306/`
2. put url in Put the url into the address bar.
e.g. `http://localhost:53306/login
3. It will run …
mosil updated
9 hours ago
-
Is it any way to open modal bottom sheet using Go Router?
Like "context.go('/modal-page')" and the open the modal.
Thanks
-
### Use case
I am building a navigation tree for an app with dynamic routing with `GoRouter.routingConfig(routingConfig: myRoutingConfig)`. I would like to be able to rebuild the tree in response to …
jackd updated
1 month ago
-
### Use case
I have a scenario where I want to prevent navigation from Screen A to Screen B under certain conditions. While I can implement a partial solution using redirect by checking the conditi…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
### What package does this bug report belong to?
go_router_builder
### What target platforms are you seeing this bug on?
Web
### Have you already upgraded your packages?
Yes
### Dependency versi…
-
### What package does this bug report belong to?
go_router
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency versions
…
-
### Steps to reproduce
Define a route with child route . all child route contains '/' in their path
ex: "/abc", "/edg"
### Expected results
.g.dart file cannot generate correct path for chil…
-
**Description**
Right now Flutter is horrible for SEO because even if you were to use some sort of pre-rendering tool, it is generating canvas. Meanwhile Jaspr provides a great rendering system th…
-
The generated extensions will pass route object to `extra` and read extra by casting it directly, which may cause type casting exception. The generated `ParentRoute` extension code of the example:
``…