Skip to content

chore(deps): bump flutter_secure_storage, intl, package_info_plus, share_plus and file_picker - #36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/multi-82089ce53d
Open

chore(deps): bump flutter_secure_storage, intl, package_info_plus, share_plus and file_picker#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/multi-82089ce53d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps flutter_secure_storage, intl, package_info_plus, share_plus and file_picker. These dependencies needed to be updated together.
Updates flutter_secure_storage from 10.3.1 to 11.0.0

Release notes

Sourced from flutter_secure_storage's releases.

flutter_secure_storage: v11.0.0

11.0.0 (2026-08-06)

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)

flutter_secure_storage: v10.3.2

Backport release for the v10 line. 11.0.0 remains the current major version.

10.3.2 (2026-09-09)

Android

  • Fixed data loss when switching between sharedPreferencesName and storageNamespace with the same name; the wrapped key is now moved to the new location instead of the store starting empty.
  • Fixed v9 data with a non-default keyCipherAlgorithm/storageCipherAlgorithm being discarded on upgrade: its algorithm markers were stored where v10 doesn't look, so a failed migration deleted it. Markers are now read from the v9 location, and unmarked data that still decrypts with the current cipher is left alone.
  • Fixed AES-GCM data from v9 becoming unreadable: v9's wrapped-key preference name had a typo that v10 corrected, and is now read as a fallback.
  • Fixed migrateWithBackup ignoring storageNamespace and backing up the wrong key storage file.
  • Fixed a migration running on a fresh install, which could fail on some devices' KeyStore.
  • Fixed a NullPointerException when a storage call ran after the Flutter engine detached; it now throws a catchable INIT_FAILED PlatformException.
Commits
  • e144260 chore(develop): release flutter_secure_storage 11.0.0 (#1198)
  • e133bdf chore(develop): release flutter_secure_storage_linux 3.0.2 (#1206)
  • 95d579b Merge pull request #1221 from juliansteenbakker/docs/changelog-headers-linux-...
  • c665f38 docs: add Changelog header to linux and main package
  • 45d1074 Merge pull request #1220 from juliansteenbakker/docs/changelog-headers-and-or...
  • cc2d907 Merge pull request #1215 from juliansteenbakker/dependabot/github_actions/act...
  • 9646d0e Merge pull request #1214 from juliansteenbakker/dependabot/github_actions/act...
  • 13c529f Merge pull request #1213 from juliansteenbakker/dependabot/github_actions/act...
  • a31742f Merge pull request #1219 from juliansteenbakker/ci/gate-master-promotion-on-p...
  • aa83172 docs: add Changelog header, fix platform_interface entry order
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates package_info_plus from 9.0.1 to 10.2.1

Commits
  • 9336187 chore(release): prepare for release (#3928)
  • 4962175 fix(package_info_plus): raise Apple platform minimums in SPM manifests to mat...
  • 65ecfd0 chore(release): prepare for release (#3912)
  • 7d46a46 feat(package_info_plus): Updated Swift Package Manager setup for Flutter 3.44...
  • 479ef7d feat(package_info_plus): Add support of built-in Kotlin (#3894)
  • 40bb847 refactor(package_info_plus): change android gradle from groovy to kotlin (#3858)
  • 6427bc6 chore(release): prepare for release (#3805)
  • bed26b5 feat(package_info_plus): Lower requirements to Dart 3.10 and Flutter 3.38.1 (...
  • 6982a68 chore(release): prepare for release (#3793)
  • f0da4b9 feat(package_info_plus)!: Bump win32 from 5.15.0 to 6.0.0 (#3760)
  • See full diff in compare view

Updates share_plus from 12.0.2 to 13.3.0

Commits
  • 13e1704 chore(release): prepare for release (#3939)
  • d3ba3f3 feat(share_plus): Avoid exceptions on iPads with no sharePositionOrigin (#3769)
  • 8dca0c8 ci(share_plus): fix macOS/iOS example build with Swift Package Manager (#3932)
  • 2c5b493 fix(share_plus): Do not do I/O operations on the main thread on Android (#3931)
  • 9336187 chore(release): prepare for release (#3928)
  • 949e771 fix(share_plus): raise Apple platform minimums in SPM manifests to match Flut...
  • 65ecfd0 chore(release): prepare for release (#3912)
  • cf00609 feat(share_plus): Updated Swift Package Manager setup for Flutter 3.44 (#3911)
  • 0c9b0ad feat(share_plus): Add support of built-in Kotlin (#3896)
  • d9b6f29 refactor(share_plus): change android gradle from groovy to kotlin (#3860)
  • Additional commits viewable in compare view

Updates file_picker from 11.0.3 to 12.2.0

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

... (truncated)

Commits
  • 6d7cba7 Merge remote-tracking branch 'origin/main' into feat/platform-file-size
  • 57b6304 Merge remote-tracking branch 'origin/main' into docs/drop-redundant-changelog...
  • 3548b04 Merge branch 'main' into feat/platform-file-size
  • 66280cf chore: follow the default branch rename to main
  • a4e3894 Merge remote-tracking branch 'origin/master' into docs/drop-redundant-changel...
  • 67fbfe4 Merge remote-tracking branch 'origin/master' into feat/platform-file-size
  • 15ba476 docs: warmer credits for Miguel Ruivo
  • 4a3bac7 Merge branch 'master' into docs/drop-redundant-changelog-headings
  • 57d2e36 Merge remote-tracking branch 'origin/master' into feat/platform-file-size
  • 3fd8ba0 docs: point the changelog links at the new repo and credit Miguel Ruivo
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 24, 2026
@dependabot
dependabot Bot requested a review from Mutx163 as a code owner August 24, 2026 05:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Aug 24, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

…are_plus and file_picker

Bumps [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage), [intl](https://github.com/dart-lang/i18n/tree/main/pkgs), [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus), [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) and [file_picker](https://github.com/vicajilau/flutter_file_picker/tree/main/packages). These dependencies needed to be updated together.

Updates `flutter_secure_storage` from 10.3.1 to 11.0.0
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v10.3.1...flutter_secure_storage-v11.0.0)

Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)

Updates `package_info_plus` from 9.0.1 to 10.2.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v10.2.1/packages/package_info_plus)

Updates `share_plus` from 12.0.2 to 13.3.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v13.3.0/packages/share_plus)

Updates `file_picker` from 11.0.3 to 12.2.0
- [Release notes](https://github.com/vicajilau/flutter_file_picker/releases)
- [Commits](https://github.com/vicajilau/flutter_file_picker/commits/file_picker-v12.2.0/packages)

---
updated-dependencies:
- dependency-name: file_picker
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: flutter_secure_storage
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: intl
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: package_info_plus
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: share_plus
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump flutter_secure_storage, intl, package_info_plus, share_plus and file_picker chore(deps): bump flutter_secure_storage, intl, package_info_plus, share_plus and file_picker Sep 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pub/multi-82089ce53d branch from fa91063 to 43ee721 Compare September 10, 2026 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants