- BREAKING: upgrade to
bloc ^6.0.0
- BREAKING:
BlocBuilder
interop withcubit
(bloc
parameter renamed tocubit
) - BREAKING:
BlocListener
interop withcubit
(bloc
parameter renamed tocubit
) - BREAKING:
BlocConsumer
interop withcubit
(bloc
parameter renamed tocubit
) - feat: remove external dependency on package:flutter_cubit
- docs: inline documentation updates
- docs: README updates
- docs: example application updates