- BREAKING: upgrade to
bloc ^6.0.0
- BREAKING:
MockBloc
only requiresState
type - BREAKING:
whenListen
only requiresState
type - BREAKING:
blocTest
only requiresState
type - BREAKING:
blocTest
skip
defaults to0
- BREAKING:
blocTest
makebuild
synchronous - fix:
blocTest
improvewait
behavior when debouncing, etc... - feat:
blocTest
do not requireasync
onact
andverify
- feat: remove external dependency on package:cubit_test
- feat:
MockBloc
is compatible withcubit
- feat:
whenListen
is compatible withcubit
- feat:
blocTest
is compatible withcubit