Questions tagged [auto-route]
21 questions
0
votes
0 answers
Disable Caching AutoTabsRouter - Flutter
I recently upgraded auto_route package and upgraded the tabs to AutoTabsRouter. But, my guarding stopped working. I checked here, it is not supported. AutoTabsRouter - Guards are not supported
Does anybody faced the same issue?
For now, I am moving…

UGandhi
- 518
- 1
- 8
- 28
0
votes
0 answers
Disable caching with AutoTabsRouter - Flutter
I recently upgraded auto_route package and upgraded the tabs to AutoTabsRouter. But, my guarding stopped working. I checked here, it is not supported.
Does anybody faced the same issue?
For now, I am moving my guarding to specific screen but, with…

UGandhi
- 518
- 1
- 8
- 28
0
votes
0 answers
routerConfig parameter not defined for GetMaterialApp flutter
I have to use GetX for state management in an application where I have been routing with autoroutes. I have returned this in my main.dart file - MyApp class.
class MyApp extends StatelessWidget {
MyApp({super.key});
final _appRouter =…

prabinlamsal19
- 51
- 5
0
votes
0 answers
Infinitely scrolling PageView with auto_route
I want to implement an infinitely scrolling, lazy loading Tik-Tok like social feed using Flutter and auto_route that automatically updates the current navigation route every time I swipe to the next page.
I was planning on using auto_route's…

Martin Reindl
- 989
- 2
- 15
- 33
0
votes
0 answers
Flutter AutoRoute v6.X.X named navigation
I decided to use the auto_route library to implement navigation in an application that uses botton_navigation_bar
However, I can't figure out how to use navigation with parameters in the path.
Let me explain with an example: there is a…

Roman Novoselov
- 151
- 6
0
votes
0 answers
Flutter Auto Route Back Button Goes to Home Page Instead of Previous Page on Web
I'm using Flutter's Auto Route package to manage navigation in my web app, but I'm having trouble with the back button behavior. When I press the back button in the browser, instead of going back to the previous page, the app navigates all the way…

Siddy Hacks
- 1,846
- 14
- 15