hive_flutter_repository 1.0.3 copy "hive_flutter_repository: ^1.0.3" to clipboard
hive_flutter_repository: ^1.0.3 copied to clipboard

A DatabaseAdapter for the hive database as used by the database_repository package optimized for use with flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hive_flutter_repository

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  hive_flutter_repository: ^1.0.3

Alternatively, 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_repository/hive_flutter_repository.dart';
0
likes
140
pub points
6%
popularity

Publisher

verified publisherglassp.dev

A DatabaseAdapter for the hive database as used by the database_repository package optimized for use with flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, hive_flutter, hive_repository

More

Packages that depend on hive_flutter_repository