cubit 0.0.14 cubit: ^0.0.14 copied to clipboard
Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.
0.0.14 #
- feat: add
CubitObserver
support - docs: minor documentation improvements
0.0.13 #
- docs: various documentation updates
0.0.12 #
- docs: fix coverage badge
0.0.11 #
- docs: various documentation updates
0.0.10 #
- docs: various documentation updates
0.0.9 #
- docs: documentation and logo updates
0.0.8 #
- BREAKING: revert named
initialState
parameter (related issue) - docs: minor logo updates
0.0.7 #
- feat: add
onTransition
tocubit
- feat:
Cubit
extendsCubitStream
0.0.6 #
- BREAKING: ignore duplicate states
0.0.5 #
- feat: allow
initialState
to benull
0.0.4 #
- BREAKING: use named parameter for
initialState
0.0.3 #
- BREAKING: remove
initialState
getter and instead require initial state via constructor
0.0.2 #
- BREAKING: update
emit
to be avoid
function - BREAKING: remove artifical wait to guarantee
initialState
is emitted - BREAKING:
close
drains the internalStream
- tests: 100% test coverage
0.0.1 #
- feat: initial release