cubit 0.2.0-dev.1
cubit: ^0.2.0-dev.1 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.2.0-dev.1 #
- BREAKING: do not emit current state on subscription
0.1.2 #
- revert:
v0.1.1
0.1.1 #
- fix: offload state emission to next event loop iteration
0.1.0 #
- docs: add
onTransitiondocumentation to README - docs: add
CubitObserverdocumentation to README
0.0.14 #
- feat: add
CubitObserversupport - 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
initialStateparameter (related issue) - docs: minor logo updates
0.0.7 #
- feat: add
onTransitiontocubit - feat:
CubitextendsCubitStream
0.0.6 #
- BREAKING: ignore duplicate states
0.0.5 #
- feat: allow
initialStateto benull
0.0.4 #
- BREAKING: use named parameter for
initialState
0.0.3 #
- BREAKING: remove
initialStategetter and instead require initial state via constructor
0.0.2 #
- BREAKING: update
emitto be avoidfunction - BREAKING: remove artifical wait to guarantee
initialStateis emitted - BREAKING:
closedrains the internalStream - tests: 100% test coverage
0.0.1 #
- feat: initial release