Skip to content

Bump package_info_plus and file_picker#75

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/multi-e1b7a4f810
Closed

Bump package_info_plus and file_picker#75
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/multi-e1b7a4f810

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps package_info_plus and file_picker. These dependencies needed to be updated together.
Updates package_info_plus from 9.0.1 to 10.1.0

Commits
  • 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 file_picker from 11.0.2 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

v12.0.0-beta.4

What's Changed

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

12.0.0-beta.3

What's Changed

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

12.0.0-beta.2

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@v12.0.0-beta.1...v12.0.0-beta.2

12.0.0-beta.1

What's Changed

... (truncated)

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.

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.

12.0.0-beta.3

General

  • Added onFileLoading callback to saveFile and implemented status tracking via an event channel. saveFile now reports loading status (for example FilePickerStatus.loading and FilePickerStatus.done).
  • Offloaded file saving (writing bytes) to a background isolate to avoid blocking the UI when saving large files.
  • Ensured the event subscription used for loading status is always cancelled in a finally block to prevent leaks and spurious events.

Android

  • Fixed Android plugin registration when using AGP 9+ with android.builtInKotlin=false, while preserving support for older AGP setups.

12.0.0-beta.2

General

  • Updated dependencies: flutter_plugin_android_lifecycle to 2.0.34, path to 1.9.1, win32 to 6.2.0, cross_file to 0.3.5+2, web to 1.1.1, and dbus to 0.7.12.

Android

  • Added a controlled out_of_memory error when picking large files with withData, avoiding Android crashes and recommending withReadStream as a safer alternative for large or multiple selections. #1997 Breaking Change: FileType.image now opens the native image gallery instead of the document picker, ignoring allowedExtensions on Android. #2004

12.0.0-beta.1

... (truncated)

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 dependabot Bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels May 30, 2026
Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) and [file_picker](https://github.com/miguelpruivo/flutter_file_picker). These dependencies needed to be updated together.

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

Updates `file_picker` from 11.0.2 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@v11.0.2...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-major
- dependency-name: package_info_plus
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pub/multi-e1b7a4f810 branch from 3570f96 to d28444a Compare June 13, 2026 08:07
@BurntToasters

Copy link
Copy Markdown
Owner

not needed for now; closed

@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. 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/multi-e1b7a4f810 branch June 13, 2026 08:13
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