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
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