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

discontinuedreplaced by: bloc
outdated

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.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 to cubit
  • feat: Cubit extends CubitStream

0.0.6 #

  • BREAKING: ignore duplicate states

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

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on cubit