hive_flutter_io 3.0.3
hive_flutter_io: ^3.0.3 copied to clipboard
Fork of the original hive_flutter project. Updated to support latest versions of Dart and Flutter!
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hive_flutter_ioThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hive_flutter_io: ^3.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hive_flutter_io/hive_flutter_io.dart';