- BREAKING: do not emit current state on subscription
- BREAKING:
onError
inBlocObserver
takes aCubit
as first parameter - BREAKING: allow blocs and cubits to emit the initial state
- feat: include
cubit
and remove external dependency on package:cubit- exports class
Cubit
- exports class
Change
(Transition
forCubit
)
- exports class
- feat:
onChange
added toBlocObserver
- refactor: apply additional lint rules
- fix: add
@visibleForTesting
toemit
on classCubit
- docs: fix inline documentation references