v10.2.0
·
159 commits
to develop
since this release
Android
- Deprecated
KeyCipherAlgorithm.RSA_ECB_PKCS1Padding. Existing data is automatically migrated to the defaultRSA_ECB_OAEPwithSHA_256andMGF1PaddingwhenmigrateOnAlgorithmChangeis true. - Deprecated
StorageCipherAlgorithm.AES_CBC_PKCS7Padding. Existing data is automatically migrated to the defaultAES_GCM_NoPaddingwhenmigrateOnAlgorithmChangeis true. - Fixed Gradle space-assignment warnings in
build.gradle.
iOS / macOS
- Fixed iOS build by updating availability annotation for Secure Enclave methods from
iOS 11.3toiOS 13.0.
Windows
- Fixed compatibility with
win326.0.0 influtter_secure_storage_windows 4.2.0.
If you are on Dart >=3.10.0, this fix is applied automatically. Otherwise, pinflutter_secure_storage_windows: ^4.2.0in yourpubspec.yamlto opt in and make sure your constraint is set for minimum of Dart >=3.10.0.