why flutter_bloc not updating state whenwith Freezed?
when i add or remove item from i want to update widget based on state but state not updating but if i use a extra variable bool isChangeInList for update list it’s working
and when i emit like below it’s working fine
How can I preserve the state or data even after I close app using Flutter BloC?
I can’t save the state or data after stopping the application, which is the issue. Even after I close the app, I want it to retain my previous data or state. In what way can I accomplish that?