hive_built_value_flutter 2.3.0 copy "hive_built_value_flutter: ^2.3.0" to clipboard
hive_built_value_flutter: ^2.3.0 copied to clipboard

Extension for Hive. Makes it easier to use Hive in Flutter apps.

1.1.1 #

  • Bump version

1.1.0 #

  • Exports Color and TimeOfDay adapters - #698
  • Fixed null safety score fail - #698
  • Fixed minor linter warnings
  • Replaced package:pedantic with package:linter
  • Exports package:hive/hive_built_value.dart

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 a ValueListenable<Box>
  • Added Hive.initFlutter()
  • Breaking Deprecated WatchBoxBuilder in favor of box.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 to BoxWidgetBuilder.

0.1.0 #

  • First version