water 1.2.1 copy "water: ^1.2.1" to clipboard
water: ^1.2.1 copied to clipboard

An implementation of HydratedStorage using Hive, a fast and lightweight key-value database

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add water

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

dependencies:
  water: ^1.2.1

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:water/water.dart';
6
likes
40
pub points
21%
popularity

Publisher

verified publishermolland.sh

An implementation of HydratedStorage using Hive, a fast and lightweight key-value database

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, hive, hydrated_bloc, path_provider

More

Packages that depend on water