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

Having ``` AutoRoute( path: "comments/:objectId", page: CommentsRoutedScreen, children: [ AutoRoute(page: CommentsScreen, initial: true), ]) ``` Where ``` class CommentsRoutedScreen extends HookWidget { final int objectId; final String objectType; CommentsRoutedScreen(@PathParam('objectId') this.objectId,...

Idea is taken from GetX. It has "Bindings". It can register dependencies on route open and unregister on route close. I'm not the fan of GetX, but I like the...

I have a Nested route that i would like to make into a BottomNavigation with a Drawer on the root of each tab and then a back button. I've set...

dear folks, so far very happy with the auto_router package as it has already solved our requirements of nested navigation so far! one issue we came around recently was the...

Allows to customize or disable page animation for `AutoTabsRouter` There is an `animatePageTransition` option for `AutoTabsRouter.pageView` which isn't working, and this option doesn't exist for `AutoTabsRouter.tabBar`

Hi, Thanks for the great package you developed🎉 ### **Issue** For my App I'm using your AutoTabsRouter.pageView() and there I have not the option to control ScrollDirection and PageSnapping, which...

Hi, i have been using this routing library on some previous version (currently using v4.0.1). but when i run some pub outdate, then trying update the auto_route to version 4.1.0...

I have been using this library from last couple of months, and it's working good. I am currently looking for a loading indicator, which I would like to show during...

Route path: `'/booking/search/!/:departureCode/:arrivalCode/:date/:passengers'`. I want to change the date so that the date changes in the url and the page keeps the state. I do not want one route to...

``` auto_route: ^3.0.4 [√] Flutter (Channel stable, 2.5.3, on Microsoft Windows [Version 10.0.22000.282], locale uk-UA) [√] Android toolchain - develop for Android devices (Android SDK version 31.0.0) [√] Chrome -...