flutter_hooks_bloc 0.6.0
flutter_hooks_bloc: ^0.6.0 copied to clipboard
A flutter_bloc reimplementation based on flutter_hooks with the same API.
0.6.0 #
- Unexporting
flutter_hooks
by default - Removing BlocBuilderInterface
- Fixing useBloc description in README
0.5.0 #
- Some documentation added
- Refactor for reducing the quantity of mixins and extensions
- Converting some public API to private
- Optimization in check if all
BlocListener
s have no child in aMultiBlocListener
0.4.0 #
- useBloc
- BlocConsumer
- BlocListener
- BlocBuilder