Skip to content

fix(deps): update dependency file_picker to v10 #19060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Type Update Change
file_picker (source) dependencies major ^8.0.0+1 -> ^10.0.0

Release Notes

miguelpruivo/flutter_file_picker (file_picker)

v10.1.9

Android
  • Fixed an issue when a folder is selected on an external storage #​1801

v10.1.8

Android
  • Fixed an issue when a folder is selected #​1802

v10.1.7

Web
  • Fixed a memory leak on the web.

v10.1.6

Android
  • Fixed an issue when you try to select more than one file#​1796
  • Fixed the app not filter correctly for the selected file types #​1792

v10.1.5

iOS
  • Fixed an app crash when calling .saveFile twice and cancelling the native save operation via the UI #​1626 @​Leapward-Koex
  • Fixed a .saveFile future never completing when .saveFile is called twice without waiting for the first completion. @​Leapward-Koex

v10.1.4

Android
  • Fixed an issue where paths were loaded with duplicated endings. #​1767

v10.1.3

Android
  • Fixed an issue loading files. #​1777

v10.1.2

Android

v10.1.1

Android
  • Migrated Android code base from Java to Kotlin.
  • Fixed an issue where compressed images were always saved as JPEG files. #​1738@​vicajilau
  • Fixed an issue where files without extension were not saved properly. @​vicajilau
iOS
  • Fixed an issue where compressionQuality on iOS was not loaded properly. #​1761

v10.1.0

Compare Source

Desktop (macOS)
  • Introduced a new method, pickFileAndDirectoryPaths(), which displays a dialog enabling users to select both files and directories simultaneously. The method returns their absolute paths. Only available for macOS.

v10.0.0

Compare Source

General
  • BREAKING CHANGE: The compressionQuality property in the pickFiles method now defaults to 0.
  • BREAKING CHANGE: The allowCompression property has been deprecated in favor of compressionQuality, and now defaults to false.
Android
  • Fixed a permission denied exception on Android 11 or lower when compressionQuality is not 0. (#​1742). @​vicajilau
  • Fixed an issue where images were duplicated to the "Pictures" folder on Android. (#​1743) @​vicajilau

v9.2.3

Compare Source

Desktop (macOS)
  • Fixed an issue when the active viewController is not a FlutterViewController.

v9.2.2

Compare Source

Desktop (macOS)
  • Updated the file picker to check for missing entitlements, instead of failing silently. @​vicajilau.

v9.2.1

Compare Source

Desktop (macOS)
  • Present file picker panel as a sheet modal to the Flutter application window. #​1734

v9.2.0

Compare Source

Desktop (macOS, Windows, Linux)
  • Fixes an inconsistency for saveFile that did not save the file, when bytes are provided on desktop platforms. @​vicajilau.

v9.1.0

Compare Source

Web
  • Added an implementation for saveFile() on the web. @​vicajilau.

v9.0.3

Compare Source

Android
  • Added ProGuard consumer rules to automatically exclude androidx.lifecycle.DefaultLifecycleObserver from obfuscation.

v9.0.2

Compare Source

Android
  • Fixes: File streams not getting closed.

v9.0.1

Compare Source

Windows
  • Move getDirectoryPath() to its own isolate to avoid COM initialization conflicts with other plugins #​1713 @​tguerin.

v9.0.0

Compare Source

Web
  • BREAKING CHANGE: pickFiles() now loads files as blobs. See the note in the updated wiki

Configuration

📅 Schedule: Branch creation - "before 9am on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added changelog:skip dependencies Pull requests that update a dependency file renovate labels Jun 9, 2025
@zackpollard zackpollard closed this Jun 9, 2025
Copy link
Contributor Author

renovate bot commented Jun 9, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 10.x releases. But if you manually upgrade to 10.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/file_picker-10.x branch June 9, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant