auto_route_library icon indicating copy to clipboard operation
auto_route_library copied to clipboard

Flutter route generator

Results 299 auto_route_library issues
Sort by recently updated
recently updated
newest added

We investigated an issue in our app after upgrading to the latest version of auto_route where if we have 2 routes of the same type in the stack, try to...

Hey there, I've tried to use `AutoRouterDelegate.declarative` on AutoRoute 8, but it seems like it got deprecated. The deprecation message says that I should use guards instead. My goal here...

Hi, PopScope seems to be not working when the back button in the web browser is pressed. It does work when you navigate to the page using `Navigator.push` but not...

All example I found using a fixed number of nested children but I want to dynamically add/remove item. Any suggestion to implement this feature?

Lets say i have a condition to route to `RouteA` if a boolean value `loggedIn` is true, otherwise we want to route to `RouteB`. I need to define it as...

Hi Milad, I like to Auto Route package, but it lacks persist navigation state support. Could you add a restoreablePush function? If not possible soon, I might need to consider...

The query parameters are not encoded properly or are decoded incorrectly somewhere in the process. I am pretty sure it has something to do with the use of the ```UrlState(..).url```...

## Description When using global constants as default values in constructors annotated with `@RoutePage()`, the generated route code does not include import statements for those constants, leading to unresolved references....

First, in the README you have the ["Wildcards" section](https://pub.dev/packages/auto_route#wildcards), and it is badly formatted. It should be as follows: ```dart AutoRoute(path: '*', page: UnknownRoute.page) // it could be used with...