Skip to content

chore(deps): bump file_picker from 12.0.0-beta.3 to 12.0.0-beta.4#8

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

chore(deps): bump file_picker from 12.0.0-beta.3 to 12.0.0-beta.4#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/file_picker-12.0.0-beta.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

Sourced from file_picker's releases.

v12.0.0-beta.4

What's Changed

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

Changelog

Sourced from file_picker's changelog.

12.0.0-beta.4

General

  • Added pickFile() static method as a convenience wrapper for single file selection, returning PlatformFile? directly. #1469
  • BREAKING CHANGE: Refactored saveFile() to make fileName and bytes required parameters across all platforms for a more consistent API. Improved the method's documentation for better clarity.
  • Improved documentation for PlatformFile properties (path, bytes, readStream) to clarify nullability and usage across platforms. #1469
  • BREAKING CHANGE: The allowMultiple parameter on pickFiles() now defaults to true. Use pickFile() for single-file selection. (allowMultiple is deprecated and will be removed in a future release.)
  • Deprecated withData, withReadStream, and readSequential on pickFiles()/pickFile(). Users should call PlatformFile.readAsBytes() or PlatformFile.readAsByteStream() to load file data on demand. These parameters will be removed in a future release.
  • Improved PlatformFile.toString() output to display byte length instead of full content.

Android

  • Fixed an issue where FileType.any would prevent subdirectories from being listed in the system file explorer by ensuring EXTRA_MIME_TYPES is correctly passed as an array. #2013
  • Removed explicit Kotlin Gradle Plugin (KGP) application and dependencies from build files to resolve warnings under AGP 9.0+.
  • Updated Android build tooling and dependencies: Android Gradle Plugin bumped to 8.5.2, androidx.core:core and androidx.core:core-ktx updated to 1.18.0, androidx.lifecycle:lifecycle-runtime updated to 2.10.0, and org.apache.tika:tika-core updated to 3.3.0.
  • Migrated Android build files from Groovy to Kotlin DSL (build.gradle.kts, settings.gradle.kts).
  • Added Android AGP compatibility CI workflow.

Darwin

  • Added missing FlutterFramework dependency to Package.swift for Swift Package Manager (SPM) compatibility.
Commits
  • c1a3dbb Merge pull request #2029 from miguelpruivo/pr/background-io-byte-length
  • 2fdaf00 fix: nullify event subscription after cancellation
  • 630b98d feat: summarize file bytes in debug output
  • 0417e1c Merge pull request #2028 from daniJimen/feature/migrate_goovy_to_kts
  • df4c8b6 Fix formatting in settings.gradle.kts
  • 41d8920 chore: migrate Android build to Kotlin DSL and update configuration
  • 55ec3ed ci: add Android AGP compatibility workflow
  • 2cfede6 chore: remove redundant empty lines in example/pubspec.yaml
  • 7b38bc9 chore: lower SDK constraints and remove local dependency override
  • 6be3b79 chore: migrate android build files to Kotlin DSL
  • 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.3 to 12.0.0-beta.4.
- [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.3...v12.0.0-beta.4)

---
updated-dependencies:
- dependency-name: file_picker
  dependency-version: 12.0.0-beta.4
  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 26, 2026
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