Skip to content

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

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

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

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

Copy link
Copy Markdown
Contributor

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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
kengu added a commit that referenced this pull request Jul 29, 2026
Dependabot's pub-minor-patch group (#19) plus file_picker (#8), applied
by hand because the group is not what it says it is: it carries
sentry_flutter ^9.6.0 -> ^10.0.0-alpha.2, a major bump to an alpha
prerelease of the crash-reporting SDK, inside a group declared as minor
and patch only. Everything else in it is genuinely minor or patch.
sentry_flutter therefore stays on ^9.6.0 and resolves to 9.25.0.

Applied: upgrader 13.5.0, flutter_map 8.3.1, geolocator 14.0.3,
google_fonts 8.2.0, package_info_plus 10.2.1, shorebird_code_push 2.0.7,
flutter_native_splash 2.4.8, path_provider 2.1.6, share_plus 13.2.1,
go_router 17.3.0, mustache_template 2.0.5, sentry_dart_plugin 3.4.0,
build_runner 2.15.1, file_picker 12.0.0-beta.4 — 43 packages changed once
transitives are resolved.

Two things the bump surfaced:

  * json_serializable 6.14 warns that `json_annotation: ^4.9.0` allows
    versions before 4.12.0, which it does not support. Floor raised to
    ^4.12.0, which is what was already resolving.
  * build_runner 2.15 removed `--delete-conflicting-outputs`, so `make
    build` logged "These options have been removed and were ignored" on
    every run. Dropped from both the build and watch targets.

Codegen output is byte-identical after the bump, and `flutter analyze`
and the full suite (1548 tests) are green.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@kengu

kengu commented Jul 29, 2026

Copy link
Copy Markdown
Member

Superseded by ae4f67f on main, which took file_picker 12.0.0-beta.4 together with the pub minor/patch bumps (all 1548 Flutter tests green).

@kengu kengu closed this Jul 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pub/file_picker-12.0.0-beta.4 branch July 29, 2026 21:47
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.

1 participant