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: In RiverPod , how to alter state model's variables directly?
I am currently learning River Pod and also new to flutter.
When setting new state in StateNotifer , I need to create a new model and replace the state
But directly changing is not working
class Counte...

RagAnt
Votes: 0
Answers: 1
Initializing StateNotifier Provider to return list of products to a feeds screen
I have tried several suggestions and rewritten my code to get past errors. But now only a blank screen (no list of products) being returned on navigation. Here are screenshots of the 2 critical screen...
Obisi7
Votes: 0
Answers: 2
flutter ecommerce products not retrieving
I keep getting error of "null check applied to a null value" at runtime. When I delete the ! symbol, dart recommends adding this or ? back to remove code error during dev. I am suspecting th...
Obisi7
Votes: 0
Answers: 1