vault_storage 0.0.1
vault_storage: ^0.0.1 copied to clipboard
A package for secure key-value and file storage using Hive and flutter_secure_storage.
0.0.1 #
- Initial release of the
vault_storagepackage. - Provides secure key-value and file storage using Hive and
flutter_secure_storage. - Features include:
- Dual storage model for key-value pairs and file blobs.
- AES-GCM encryption for all sensitive data.
- Cryptographic operations offloaded to background isolates.
- Type-safe error handling with
fpdart. - Riverpod provider for easy dependency injection.