flutter_secure_storage 3.1.1 flutter_secure_storage: ^3.1.1 copied to clipboard
Secure Storage plugin for Flutter.
[3.1.1] #
- Suppress warning about unchecked operations when compiling for Android.
[3.1.0] #
- Added
readAll
anddeleteAll
.
[3.0.0] #
- Breaking change. Changed payloads encryption for Android from RSA to AES, AES secret key is encrypted with RSA.
[2.0.0] #
- Breaking change. Changed key alias to fix Android 4.4.2 issue. The plugin isn't able to get previous stored data.
[1.0.0] #
- Bump version
[0.0.1] #
- Initial release