You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Bloc pattern in my project. How can I control the showing and hiding of an indicator with Bloc? (BlocConsumer, BlocListener,...). Using an async refresh function in the Bloc to wait for its completion in onRefresh is not a good approach.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello team,
I'm using the Bloc pattern in my project. How can I control the showing and hiding of an indicator with Bloc? (BlocConsumer, BlocListener,...). Using an async refresh function in the Bloc to wait for its completion in onRefresh is not a good approach.
Thank you!
The text was updated successfully, but these errors were encountered: