Riverpod – FutureProvider refresh data, does go to loading
I’m using FutureProvider in Riverpod for Flutter to return an API call with data and update the UI. While its loading it shows the CircularIndicator, then when loaded it displays the data on the home page. This is working the first time. However, at a later stage in the app, the user triggers the call… Read More Riverpod – FutureProvider refresh data, does go to loading