Releases: juliansteenbakker/flutter_secure_storage
Releases · juliansteenbakker/flutter_secure_storage
v5.0.0
First stable release of flutter_secure_storage for multi-platform!
Please see all beta release notes for changes.
This first release also fixes several stability issues on Android regarding encrypted shared
preferences.
v5.0.0-beta.5
- [Linux, iOS & macOS] Add containsKey function.
- [Linux] Fix for use of undeclared identifier 'flutter_secure_storage_linux_plugin_register_with_registrar'
v5.0.0-beta.4
- [Windows] Fixed application crashing when key doesn't exists.
- [Web] Added prefix to local storage key when deleting, fixing items that wouldn't delete.
v5.0.0-beta.3
- [Android] Add possibility to reset data when an error occurs.
- [Windows] Add readAll, deleteAll and containsKey functions.
- [All] Refactor option defaults.
v5.0.0-beta.2
- [Android] Improved EncryptedSharedPreferences by not loading unused Cipher.
- [Android] Removed deprecated classes
- [Web] Improved containsKey function
v5.0.0-beta.1
Initial BETA support for macOS, web & Windows. Development is still ongoing so expect some functions to not work correctly!
Please read the readme.md for information about every platform.
- Migrated to a federated project structure. #254. Thanks jhancock4d
- Added support for encrypted shared preferences on Android. #259