cubit 0.0.5 copy "cubit: ^0.0.5" to clipboard
cubit: ^0.0.5 copied to clipboard

discontinuedreplaced by: bloc
outdated

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

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 a void function
  • BREAKING: remove artifical wait to guarantee initialState is emitted
  • BREAKING: close drains the internal Stream
  • tests: 100% test coverage

0.0.1 #

  • feat: initial release
118
likes
0
pub points
67%
popularity

Publisher

verified publisherbloc-dev.com

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on cubit