Cubit Versions Save

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.

hydrated_cubit-v0.1.0

3 years ago
  • feat: upgrade to cubit: ^0.1.0

hydrated_cubit-v0.1.1

3 years ago
  • fix: support use alongside hive (#53)

replay_cubit-v0.2.0

3 years ago
  • BREAKING: rename clear to clearHistory
  • feat: ReplayMixin

replay_cubit-v0.1.0

3 years ago
  • feat: initial release

flutter_cubit-v0.1.0

3 years ago
  • BREAKING: rename condition in CubitBuilder to buildWhen
  • BREAKING: rename condition in CubitListener to listenWhen
  • feat: upgrade to cubit: ^0.1.0
  • docs: inline documentation improvements

angular_cubit-v0.1.0-dev.1

3 years ago
  • feat: upgrade to cubit ^0.1.0
  • docs: minor updates to README

cubit-v0.1.0

3 years ago
  • docs: add onTransition documentation to README
  • docs: add CubitObserver documentation to README

hydrated_cubit-v0.0.2

3 years ago
  • docs: minor improvements to README

hydrated_cubit-v0.0.1

3 years ago
  • feat: initial release

flutter_cubit-v0.0.12

3 years ago
  • feat: upgrade to cubit: ^0.0.13
  • docs: various documentation updates