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)
Find current page and forces it to refresh / reload
When I received a notification from messaging services (like firebase), how can I tell which page it is displaying now, and forces it to refresh (or reload)?
s k
Votes: 0
Answers: 1
flutterfire RTDB failed on android but work in web
After create new flutter app I try to follow flutterfire as documented in https://firebase.flutter.dev/docs. I use firebase auth, realtime database, and it only work when using flutter run in web brow...

freddi andrew
Votes: 0
Answers: 1
How to add opacity to a theme of context in flutter
I made a theme provider (dark and light theme) for my app after following some tutorials and it works. However, there are specific places where I would like to add some opacity. How can I do it given ...

Reagan
Votes: 0
Answers: 2
Undefined name 'state' for flutter bloc version 8.0.0
I am trying to access bloc (using newest version of flutter_bloc: 8.0.0) state value within BlocBuilder, but I keep getting error that state is undefined. I found this answer to similar question, but ...

rdev
Votes: 0
Answers: 1