kranfix / riverbloc

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

fix useBloc documentation: allowRebuild is not a paramenter anymore #10

Closed kranfix closed 4 years ago

kranfix commented 4 years ago

The useBloc hook function allows by default and the rebuild is controller by the returned bool of the new onEmitted callback. Then, in the documentation must not appear the old parameter allowRebuild.