Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2025

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

miguelpruivo/flutter_file_picker (file_picker)

v10.3.3

Compare Source

Android
  • Updated compileSdk to use flutter.compileSdkVersion. #​1842
Linux
  • Fixed an issue where initialDirectory was not working. #​1878

v10.3.2

Linux

v10.3.1

General
  • Fixed onFileLoading handler to process status changes only when data is a bool.

v10.3.0

Desktop
Android
  • Fixed an issue where CSV files were not properly filtered during file selection. #​1849 @​SoftWyer
Web

v10.2.4

Android
  • Fixed an issue where custom MIME types were failing to load picking files on Chromebook. #​1858 @​vicajilau

v10.2.3

General
  • Fixed build failures on Flutter 3.24 caused by changes to address Win32 deprecation warnings on Windows. #​1855 @​vicajilau

v10.2.2

Android
  • Fixed an issue where some files would incorrectly append a .txt extension when saving files on Android. @​vicajilau

v10.2.1

Android
  • Fixed an issue where the image upload would not display the loading indicator.

v10.2.0

Desktop
  • Added support for webp images on Desktop platforms. #​1491
Android

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 labels Oct 11, 2025
@renovate renovate bot requested a review from shenlong-tanwen as a code owner October 11, 2025 12:23
@renovate renovate bot added renovate dependencies Pull requests that update a dependency file changelog:skip labels Oct 11, 2025
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.

0 participants