hive_flutter library

Classes

WatchBoxBuilder
A general-purpose widget which rebuilds itself when the box or a specific key change.

Extensions

BoxX on Box<T>
Flutter extensions for boxes.
HiveX on HiveInterface
Flutter extensions for Hive.
LazyBoxX on LazyBox<T>
Flutter extensions for lazy boxes.

Typedefs

BoxWidgetBuilder<T> = Widget Function(BuildContext context, Box<T> box)
Signature for a function that builds a widget given a Box.