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)
Flutter : Hot reload / Hot restart showing white screen with debug banner?
In my flutter app , when I try to hot reload or hot restart , after process complete , the reloaded screen shows for a second and then went whole white
only the Debug banner in top right side showing
...

RagAnt
Votes: 0
Answers: 3
flutter_login and flutter_bloc navigation after authentication: BlocListener not listening to state change
I am trying to combine this with bloc, using this design pattern from the docs.
After the state has been instantiated, BlocListener stops listening to the authentication bloc and I am kind of forced t...

Fi Li Ppo
Votes: 0
Answers: 1
Flutter web app : open url in the default smartphone browser
I have a firebase dynamic link that can be share in social media like facebook
in some cases when user click on the dynamic link from Facebook app ( example the link is my flutter web app : https://my...
RAITON
Votes: 0
Answers: 0
How to navigate to new widget as a child in widget tree in Flutter
In the example below when I push new MaterialPageRoute "Child" it is created on the same level as MyApp widget in the Flutter widget tree. I would like to have it as a child of widget MyApp,...

Harshit Jain
Votes: 0
Answers: 1