python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Flutter AutoRoute: adaptive/responsive nested routes
I am trying to get web based routing to work in flutter with a responsive app. Essentially on a large screen, I want to show a list view and a detail view at the same time, and on a small screen to sh...
ajmcg
Votes: 0
Answers: 0
Flutter passing boolean argument in getx route
I have two getx controllers 1 register and 2 home. I need to pass a boolean argument to home to notify if the user is registering first time.
on registration controller
// here's how iam trying to pas...
Febin Johnson
Votes: 0
Answers: 1
How can I use condition and go to different page on flutter using Getx without click
I am trying to use firebase data to route different pages using Getx. First I have a splash screen and want to automatically go to different pages according to conditions. If the user has already logi...
Palash Dey
Votes: 0
Answers: 3
How to achieve iOS navigation between routes overlay effect
I'm developing a flutter app, that on iOS devices, I see it's pretty common to have screen transitions to have the effect of previous screen zoomed out, and the new screen sliding from the bottom, and...
Cheng Gu
Votes: 0
Answers: 1