encrypted_shared_preferences 3.0.0 encrypted_shared_preferences: ^3.0.0 copied to clipboard
This plugin stores Shared Preferences as encrypted values on device storage.
[3.0.0] - 11/16/2021 #
- Migrate
fromLength
tofromSecureRandom
[2.1.1] - 11/16/2021 #
- Add validation for saving empty values
[2.1.0] - 11/16/2021 #
- Add support for other modes of operation
[1.0.7] - 09/23/2020 #
- Update README
[1.0.6] - 09/23/2020 #
- Added reload, getInstance methods
- Add option to pass custom SharedPreferences instance
- Update example project
[1.0.5] - 11/24/2019 #
- Added clear option
[1.0.4] - 11/24/2019 #
- Formatted lib/encrypted_shared_preferences.dart
[1.0.3] - 11/24/2019 #
- Updated doc comments and README
[1.0.2] - 11/22/2019 #
- Updated version number
[1.0.1] - 11/22/2019 #
- Added example
[1.0.0] - 11/22/2019 #
- Added null safety for getString.
[0.0.1] - 11/22/2019 #
- initial release.