cubit 0.0.5 cubit: ^0.0.5 copied to clipboard
An experimental Dart library which expose a cubit. A cubit is a reimagined bloc (from package:bloc) which removes events and relies on methods to emit new states instead.
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