flutter_secure_storage 4.0.0 flutter_secure_storage: ^4.0.0 copied to clipboard
Flutter Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android.
[4.0.0] #
- Introduce null-safety. Thanks Steve Alexander
[3.3.4] #
- Fix Android hanging UI on StorageCipher initialization #116 by morrica
- Fix crash only observed for v2 apps #124 by lidongze91
- Fix crash when generating keys in android with RTL locales #132 by iassal
- Fix returning the error as String rather than Exception #134 by wytesk133s
- Fix Android crash onDetachedFromEngine when init fails #144 by iassal
- Handle null value at write function #95 by ewertonrp
- Add support for containsKey #139 by iassal
[3.3.3] #
- Fix compatibility with non-AndroidX project. AndroidX Migration is recommended.
[3.3.2] #
- Migrate to Android v2 embedder.
- Adds support for specifying iOS Keychain Item Accessibility.
[3.3.1+1] #
- Fix Android Manifest error Issue 77 and Issue 79. Thanks nate-eisner.
[3.3.1] #
- Fix crash without iOSOptions.
[3.3.0] #
- Added groupId for iOS keychain sharing. Thanks Maleandr.
- Fix Gradle version in
gradle-wrapper.properties
. Thanks blasten. - Added minimum sdk requirement on AndroidManifest. Thanks lidongze91.
[3.2.1] #
- Fix Android 9.0 Pie KeyStore exception.
[3.2.0] #
- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library. Thanks I-am-original.
- Enable StrongBox on Android devices that support it. Thanks bbedward.
[3.1.3] #
- Fix Android 9.0 Pie KeyStore exception. Thanks hacker1024
[3.1.2] #
- Added recreating secretKey if its decoding failed. Fix for unwrap key. Thanks hnvn.
[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