hive_plus_flutter 2.0.0-dev.3
hive_plus_flutter: ^2.0.0-dev.3 copied to clipboard
Extension for Hive. Makes it easier to use Hive in Flutter apps.
2.0.0-dev.3 #
- Update LICENSE.
2.0.0-dev.2 #
- Completely support WASM.
2.0.0-dev.1 #
- Moved to
hive_plus
. - Bumped dart min sdk to
3.3.0
. - Use Flutter default lints.
- Support WASM.
2.0.0-dev #
- Threaded AesCipher support
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
WatchBoxBuilder
in 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
HiveBuilder
toBoxWidgetBuilder
.
0.1.0 #
- First version