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

All of a sudden I am getting this error on bitrise build `Error (Xcode): ../.pub-cache/hosted/pub.dev/auto_route-7.8.5/lib/src/router/widgets/auto_route_navigator.dart:116:14: Error: The method 'PopScope' isn't defined for the class 'AutoRouteNavigatorState'` Using auto_route: ^7.8.4 The flutter...

auto_route: ^8.1.3 flutter 3.22 plateform: IOS https://github.com/Milad-Akarie/auto_route_library/assets/36258256/7c663d50-afa9-49fe-ba61-8914ae11fcd9

**Question**: **auto_route** pushing to the same screen issue description: when I try to push to a nested screen in my home page it's pushed to the same AppLayoutPage, I tried...

Hey, I am trying to understand how the Nested navigation is actually working, and why the PopScope is ignored. Also, I am looking for a way how to implement the...

I have a DeviceControllerRoute that has been wrapped in CustomRoute to have a custom transition. But it is not being implemented and only the global override of fadeIn transition occurs....

### Problem `args` are not included in the _equality operator_ and _hashCode_ functions of `PageRouteInfo`, this means that when comparing two routes (in particular in a mocked testing environment), we...

no-pr-activity

../../.pub-cache/hosted/pub.dev/auto_route-8.1.4/lib/src/router/auto_route_page.dart:126:15: Error: Superclass has no getter named 'popGestureEnabled'. if (super.popGestureEnabled) { ^^^^^^^^^^^^^^^^^ Target kernel_snapshot failed: Exception

When I navigate to the same route a second time, if the rawQueryParams doesn't change, the page doesn't refresh. I know the design is good, the normal situation is correct,...

I have a requirement where there is a Page B in PackageZ i'm overriding the page B in my main app. In PackageZ there are screens PageA, PageB, PageC In...

I want to have certain routes use fragments to represent the current location, such as the current file being edited I also use it for filters in some places, though...