- Allow filter actions in Bloc using actionWhen in useActionListener
- Allow put void type to generic type
- Updated dependencies
- Updated dependencies
- Fix the unclosing bloc listeners after widget dispose (see #70, thanks to @ruslic19)
- Replaced outdated documentation link with a valid one
- Added new useBlocComparativeListener
- Added useBlocComparativeListener example
- Added new useBlocComparativeBuilder
- Updated and corrected examples
- Await closing actions stream
- Updated to flutter 3.0
[Breaking Changes]
- renamed all "cubit" related methods name to "bloc" based naming
- Replaced
HookedBloc.initialize
global initializer with newHookedBlocConfigProvider
widget
- Added new useCubitFactory hook
- Fixed bug useCubitBuilder hook. Since 1.0.2 every change in cubit/bloc state generated new stream.
- Added missing code documentation.
- Fix logo link.
- Initial release.