python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Persistent Navigation Menu using Flutter GetX Routes
I'd like to use the GetX routing management (getPages) but I don't want to load an entirely new scaffold/page each time the route changes - I'd just like to be able to call functions within the widget...
John Mastri
Votes: 0
Answers: 0
Changing animation of Navigator.of(context).pushNamedAndRemoveUntil in Flutter
I need to reload the initstate after pop back.I put method below into WillPopScope.
Navigator.of(context).pushNamedAndRemoveUntil(
NewHomeScreen.routeName,
(Route<dynamic> ro...
cvsrt
Votes: 0
Answers: 0
Flutter pushReplaceNamed is not working correctly
I am struggling in my app:
After the user logs in I navigate to my HomeView with pushReplaceNamed , so the user should not be able to pop (by dragging) on the HomeView because in my thought it is the ...
Chris
Votes: 0
Answers: 2
How to Route to a specific page in bottom navigation bar?
I have 4 pages in bottom navigation bar. I am facing a problem related to route that i want to route to a specific page in bottom navigation bar from another page?
e.g I am going to login page and po...
Ashwani Bhardwaj
Votes: 0
Answers: 0