hydrated_state_notifier_hive library

An extension to package:state_notifier which automatically persists and restores provider states.

Built to work with package:state_notifier.

Classes

HiveHydratedStorage
Implementation of HydratedStorage which uses package:hive to persist and retrieve state changes from the local device.
HydratedAesCipher
Default encryption algorithm. Uses AES256 CBC with PKCS7 padding.
HydratedCipher
Abstract cipher can be implemented to customize encryption.