FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update dependency flutter_secure_storage to v11 by renovate[bot] · Pull Request #502 · Scriptbash/Wispar · GitHub

Update dependency flutter_secure_storage to v11 - #502

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/flutter_secure_storage-11.x
Open

Update dependency flutter_secure_storage to v11#502
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/flutter_secure_storage-11.x

Conversation

renovate Bot commented Aug 7, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
flutter_secure_storage (source) dependencies major ^10.0.0 → ^11.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mogol/flutter_secure_storage (flutter_secure_storage)

v11.0.0

Compare Source

Breaking changes

items deprecated in v10 have been removed.
Any data saved using deprecated algorithms or features will be unusable after this upgrade. If you used a version prior to v10, upgrade to v10 first so existing data is migrated.

Android
  • Removed KeyCipherAlgorithm.RSA_ECB_PKCS1Padding. Upgrade to v10 first so existing data is migrated to RSA_ECB_OAEPwithSHA_256andMGF1Padding before upgrading to v11.
  • Removed StorageCipherAlgorithm.AES_CBC_PKCS7Padding. Upgrade to v10 first so existing data is migrated to AES_GCM_NoPadding before upgrading to v11.
  • Removed encryptedSharedPreferences parameter from AndroidOptions and AndroidOptions.biometric. The Jetpack Security (EncryptedSharedPreferences) backend is no longer supported; any remaining data was automatically migrated to custom cipher storage in v10.
  • Removed sharedPreferencesName from AndroidOptions. Use storageNamespace instead for full namespace isolation.
  • Raised minSdk to 24 and compileSdk to 37. Flutter 3.35 raised its own Android minimum to API 24, making API 23 support unverifiable with any supported Flutter version. The legacy AES-CBC cipher path that supported API 21-22 has been removed.
Features
  • android: add requireBiometricConfirmation option to AndroidOptions (7f5f7de)
Bug Fixes
  • android: catch Throwable on worker thread so keystore Errors don't crash the app (d5802ff)
  • android: don't swallow VM errors, catch Throwable on biometric thread too (d413d3f)
  • linux: handle missing default keyring (b39c7c1)
  • linux: fail closed on orphaned keyring data (2e720ff)
  • remove redundant ./ prefix from part directives (cc7018d)

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate Bot force-pushed the renovate/flutter_secure_storage-11.x branch 6 times, most recently from b7dac2b to cdcdf41 Compare August 10, 2026 12:33
renovate Bot force-pushed the renovate/flutter_secure_storage-11.x branch 2 times, most recently from 8e61f54 to 432636e Compare August 18, 2026 15:02
renovate Bot force-pushed the renovate/flutter_secure_storage-11.x branch 8 times, most recently from 8e22875 to 9738254 Compare August 27, 2026 20:13
renovate Bot force-pushed the renovate/flutter_secure_storage-11.x branch from 9738254 to 52b6957 Compare August 28, 2026 11:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants


Back | FazBrowse Home | New Git URL