Relative Content

Tag Archive for flutterblocflutter-bloc

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