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

Hey there, Just to give context to the issue I found: I am utilizing `reevaluateListenable` to automatically update my guards when any of the user's information changes with a dialog...

no-issue-activity

## Steps to reproduce: 1. Create a simple app with two screens each containing a Hero widget with its `transitionOnUserGestures` set to `true`. 2. Assign these routes to them: -...

no-issue-activity

Hello team, I'm trying to move auto_route. So that important point for me deeplink. Currently I'm using [applinks ](https://pub.dev/packages/app_links)and it can handle everything but i could not catch in url...

For example, consider the following route argument: ```dart typedef Card = ({ String id, bool isActivated, ({ String id, String name, })? resource, }); ``` Build fails with ``` Could...

triage

I have a page in which I build a bottomNavigationBar that has the main screens, and with AutoRoute I put a child to keep the bottom bar in a sub...

Hi, I'm trying to solve a similar issue to the one described in https://github.com/Milad-Akarie/auto_route_library/issues/1378. Trying to prevent the user being able to navigate using the browser back button, I have...

no-issue-activity

## Steps to reproduce: 1. Create a simple app with two screens. The second one should have 2 tabs. 2. Assign these routes to them: - / - /tabs/tab-1 -...

no-issue-activity

: Error: No named parameter with the name 'uri'. route_information_parser.dart:55 }) : super(uri: uri, state: state); ^^^ : Error: No named parameter with the name 'uri'. auto_router_delegate.dart:87 RouteInformation(uri: Uri.parse(url)),

AutoRoute Helper does not work on Android Studio Giraffe | 2022.3.1 Patch 4 https://github.com/Milad-Akarie/auto_route_library/assets/6643879/bc2fa474-55b6-4b75-8359-3ba7c15431bc

When employing 'appRouter.pushAndPopUntil' and 'appRouter.popUntil', users may encounter a sequential display of all preceding routes in the stack, affecting the overall user experience negatively.