hive_cubit 0.1.1 copy "hive_cubit: ^0.1.1" to clipboard
hive_cubit: ^0.1.1 copied to clipboard

A lightweight HiveCubit that auto-persists Cubit state to a Hive box with zero boilerplate.

0.0.1 #

  • Initial release.
  • HiveCubit<T> base class with automatic load-on-create and persist-on-update.

0.1.0 #

  • Widened bloc version constraint to support 8.x and 9.x.
  • Fixed a race condition where updateState could silently skip persisting if called before the underlying box finished opening.
  • Added HiveCubitException for clearer error messages.
  • Documented that closing a HiveCubit does not close its Hive box.

0.1.1 #

  • Rewrote the example with step-by-step console output explaining the ready pattern.
  • Updated README examples and notes to match the async updateState signature, HiveCubitException, and box-close behavior from 0.1.0.
0
likes
160
points
115
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight HiveCubit that auto-persists Cubit state to a Hive box with zero boilerplate.

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

bloc, hive

More

Packages that depend on hive_cubit