kranfix / riverbloc

`flutter_bloc` implemented with `riverpod` instead of `provider`.
83 stars 17 forks source link

Fix bloc provider refresh #23

Closed kranfix closed 4 years ago

kranfix commented 4 years ago

watch(blocProvider.state) rebuilds a widget when the cubit/bloc is recreated.