brianegan / flutter_redux

A library that connects Widgets to a Redux Store
MIT License
1.65k stars 219 forks source link

After push a new page, and Dispatching an action, there is an infinite loop #247

Closed biaarno8 closed 8 months ago

biaarno8 commented 8 months ago

I try to explain my problem. After the user logs in, the dashboard page is pushed. the bug is this: in the dashboard you should see the user's data but instead it remains in a loop loading state. With debugging I saw that it enters in the reduce method (where is the API calls), but then it freezes and doesn't continue and the calls don't start, and there isn't any error. Can you help me?