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 Outdated stateful widget is shown in transition when navigating
I'm trying to transition to navigate from a stateful widget (MyStatefulWidget) to a stateless one (SettingsScreen) while animating both screens. But the old screen/route shows an outdated version when...
IcyIcicle
Votes: 0
Answers: 1
Flutter - redirect to new screen using .then(), Provider.of(), and Navigator
I have a button which on initial click/tap/touch, it POST to API and return true or false based on auth.
onPressed: ()=>{
Provider.of<Login>(context, listen: false).login()
.then((value) =&g...
mitchiri_neko
Votes: 0
Answers: 1
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
How to remove - pop - screens in flutter using navigator 2.0
I am using navigator 2.0 and Provider to add and remove screens. when I navigate using the Drawer(), I am able to go from the first screen to the second screen but not back...thus by selecting the men...
PHTremor
Votes: 0
Answers: 0