hyper_storage_secure 0.2.0
hyper_storage_secure: ^0.2.0 copied to clipboard
A backend for hyper_storage that uses flutter_secure_storage for secure data storage.
0.2.0 (Breaking Change) #
- [Breaking]Update to
flutter_secure_storagev10. This new version has a lot of breaking and critical changes. Though it may not break syntax, it may break the functionality of the package. Please refer to the CHANGELOG offlutter_secure_storagefor more details. - Remove deprecated
encryptedSharedPreferencesfrom defaultAndroidOptions. - Use
AppleOptionsfor iOS and macOS platform options.
0.1.0 #
- Initial version.