hive_flutter 1.1.0
hive_flutter: ^1.1.0 copied to clipboard
Extension for Hive. Makes it easier to use Hive in Flutter apps.
1.1.0 #
1.0.0 #
- Stable null-safety version
0.1.0-nullsafety.0 #
- Null safety support
0.3.1 #
- Added Time and Color adapters
0.3.0+2 #
- Fixed GitHub homepage path
0.3.0+1 #
- Added
box.listenable()which returns aValueListenable<Box> - Added
Hive.initFlutter() - Breaking Deprecated
WatchBoxBuilderin favor ofbox.listenable(). Will be removed in a future version
0.2.1 #
- Bump Hive version
- Changed WatchBoxBuilderState to _WatchBoxBuilderState
0.2.0 #
- Breaking API change, renamed
HiveBuildertoBoxWidgetBuilder.
0.1.0 #
- First version