water 1.0.0+2 copy "water: ^1.0.0+2" to clipboard
water: ^1.0.0+2 copied to clipboard

outdated

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

water

water pub style: pedantic license

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

Usage #

final water = await Water.getInstance();

Example #

With HydratedBlocDelegate

class SampleBlocDelegate extends HydratedBlocDelegate {
  SampleBlocDelegate(HydratedStorage storage) : super(storage);
}

Setting the delegate

BlocSupervisor.delegate = SampleBlocDelegate(
	await Water.getInstance(),
);

Todo #

  • Web support
  • Desktop support
6
likes
0
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

unknown (LICENSE)

Dependencies

flutter, hive, hydrated_bloc, path_provider, pedantic

More

Packages that depend on water