Update dependency flutter_secure_storage to v10 #109
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.2.4->10.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mogol/flutter_secure_storage (flutter_secure_storage)
v10.0.0Compare Source
This major release brings significant security improvements, platform updates, and modernization across all supported platforms.
Android
Due to the deprecation of Jetpack Security library, the Android implementation has been largely rewritten with custom secure ciphers, enhanced biometrics support, and migration tools.
Breaking Changes:
AndroidOptions().encryptedSharedPreferencesis now deprecated due to Jetpack Crypto package deprecationmigrateOnAlgorithmChange: true, which can also be set to false if not wanted.resetOnError: falseRSA_ECB_OAEPwithSHA_256andMGF1PaddingAES_GCM_NoPaddingNew Features:
AndroidOptions(),AndroidOptions.biometric()AndroidOptions().migrateOnAlgorithmChangeautomatically migrates data to new ciphers when enabledFixes:
enforceBiometrics=falseOther Changes:
iOS / macOS (darwin)
flutter_secure_storage_darwinpackageWeb
htmltowebpackagejsin favor of using js-interopuseSessionStorageparameter to WebOptions for saving in session storage instead of local storageWindows
win32version 5.5.4 to support Dart 3.4 / Flutter 3.22.0Linux
Platform Interface
General Improvements
FlutterSecureStorage().registerListener()Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.