v0.18.0
flutter_hooks_bloc
A flutter_bloc reimplementation based on flutter_hooks with the same API.
35Likes 82230-day downloads160Pub points
AndroidiOSWebmacOSWindowsLinux
`flutter_bloc` implemented with `riverpod` instead of `provider`.
A flutter_bloc reimplementation based on flutter_hooks with the same API.
BlocProvider implementation with riverpod as alternative to provider, similar to StateNotifierProvider
English project snapshot. Visit GitHub for the latest content.
A collection of dart & flutter packages to work with Bloc
A reimplementation of flutter_bloc based on flutter_hooks.
Advantages:
useBloc hook function.MultiBlocBuilder behavior.Expose a BlocProvider based on Riverpod
and can be use with
flutter_riverpod or
hooks_riverpod instead of
flutter_bloc.
With this package, MultiBlocProvider is not necessary anymore.
No more FlutterError/ProviderNotFoundException on context.bloc() invocation.