Skip to content

Bump file_picker from 12.0.0-beta.4 to 12.0.0-beta.5#512

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/file_picker-12.0.0-beta.5
Open

Bump file_picker from 12.0.0-beta.4 to 12.0.0-beta.5#512
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/file_picker-12.0.0-beta.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Bumps file_picker from 12.0.0-beta.4 to 12.0.0-beta.5.

Release notes

Sourced from file_picker's releases.

12.0.0-beta.5

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@v12.0.0-beta.4...v12.0.0-beta.5

Changelog

Sourced from file_picker's changelog.

12.0.0-beta.5

Android

  • saveFile now writes file data using Kotlin Coroutines (CoroutineScope(Dispatchers.IO).launch), keeping all I/O off the main thread and preventing UI freezes.

iOS

  • Fixed a race condition when dismissing the file picker with a fast swipe, preventing the picker from getting stuck in a multiple_request state until app restart. #2021
  • iOS now preserves the selection order when picking multiple files: the list of returned files will match the order in which the user selected them.
  • saveFile now performs file writing on a background thread (DispatchQueue.global), preventing UI freezes when saving large files.

Web

  • Fixed PlatformFile.readAsBytes() so files picked on Web can recover data from blob: and data: URLs when withData was not used.
  • Added Web fallback to stream file bytes from blob:/data: URLs: when the ReadableStream API is supported.
Commits
  • d796e19 Merge pull request #2045 from daniJimen/feature/save_file_with_coroutine
  • c3b0209 Update CHANGELOG and simplify type declarations in MethodChannelFilePicker
  • 3ede26a Merge branch 'master' into feature/save_file_with_coroutine
  • b0eefab Remove manual byte saving for non-Android platforms in saveFile
  • abdf734 Merge pull request #2042 from miguelpruivo/fix/web-readasbytes-blob-fallback
  • 9e9476d chore: update CHANGELOG.md to clarify Web fallback for streaming file bytes
  • 2a9c181 Merge branch 'master' into fix/web-readasbytes-blob-fallback
  • 3167ff0 Update lib/src/platform/web/file_picker_web.dart
  • 414e209 Update CHANGELOG with iOS and Android fixes
  • be97ab2 Update CHANGELOG for saveFile method changes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 12.0.0-beta.4 to 12.0.0-beta.5.
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](miguelpruivo/flutter_file_picker@v12.0.0-beta.4...v12.0.0-beta.5)

---
updated-dependencies:
- dependency-name: file_picker
  dependency-version: 12.0.0-beta.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels May 30, 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.

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