auto_route_library icon indicating copy to clipboard operation
auto_route_library copied to clipboard

Flutter route generator

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

It is not possible to gain Focus on the `bottomNavigationBar` of `AutoTabScaffold`. Here's what I mean in `auto_route`'s example app: https://user-images.githubusercontent.com/82336674/184321754-d22bc842-20c2-408c-a8b5-a1572fe7a7d0.mov This is not the expected behaviour. I replaced `AutoTabScaffold`...

Hi, the issue name is self-explanatory. Why this matters - I want to hide the bottom tab bar when a specific route is being pushed but it does not invoke...

no-issue-activity

I am working on an app with both deep and universal linking support and we leverage the auto_route plugin. In Android, opening a deep link when the app is not...

Hi, Is there a way to have a `RedirectRoute` with "wildcard"? For example: ``` RedirectRoute( path: '/profile/settings/*, redirectTo: '/settings/*, ), ``` Basically I want whatever is after the original path...

Might support

It would be helpful if we could split code based on routes. It would mean that first page can load drastically faster because other routes and their dependecies wouldn't be...

no-issue-activity

### Issue I’m trying to move to the shared part builder, my configuration is as follows: 1. AutoRouter with routes that have route arguments in `router.dart` 1. Added `part router.gr.dart`...

no-issue-activity

I want to show a bottomBar on Mobile & Tablet but hide it on Desktop. ``` bottomNavigationBuilder: (_, tabsRouter) { return !MyScreenSize.isDesktop(context) ? EzoAppBottomBar( tabsRouter: tabsRouter, ) :Container(); }, ```...

no-issue-activity

Hello, I am reporting some issues that I think they might be bugs ![image](https://user-images.githubusercontent.com/5908732/138274640-207ca29a-5f78-4ed5-846f-6d293e244a4b.png) onNavigate, bool initial is always true when I navigate through the website also onPopRoute: (RouteMatch route,...

no-issue-activity

``` return await showDialog( context: context, barrierDismissible: barrierDismissible, useRootNavigator: useRootNavigator, builder: (BuildContext context) { return AlertDialog( title: Text( title!, style: TextStyle( color: Theme.of(context).primaryColor, fontWeight: FontWeight.bold), ), content: Wrap( children: [...

no-issue-activity

Thanks for the great package, Nested navigation works best for me but I have a problem, When returning to the initial route from another route, I would like the website...

Cannot Reproduce
no-issue-activity