Skip to content

fix(deps): update dependency file_picker to v11#3198

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/file_picker-11.x
Open

fix(deps): update dependency file_picker to v11#3198
renovate[bot] wants to merge 1 commit intomainfrom
renovate/file_picker-11.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 4, 2026

This PR contains the following updates:

Package Type Update Change
file_picker (source) dependencies major ^10.0.0^11.0.1

Warning

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


Release Notes

miguelpruivo/flutter_file_picker (file_picker)

v11.0.1

Compare Source

Android
  • Fixed backward compatibility with Android Gradle Plugin (AGP) versions below 9.0. #​1973

v11.0.0

Compare Source

General
  • BREAKING CHANGE: Refactored FilePicker class to use static methods instead of an instance-based approach. Users should now call FilePicker.pickFiles(), FilePicker.getDirectoryPath(), and FilePicker.saveFile() directly.
  • Added cancelUploadOnWindowBlur to the public pickFiles API (Web only). #​1961
  • Reordered and cleaned up exports in file_picker.dart.
Web
  • Added WASM support for the web file picker. #​1950
Android
  • Fixed an issue where file type selection (audio, video, media) was not being considered correctly on Android. #​1959
  • Updated Android package to support AGP 9. #​1942
Desktop (macOS)
  • Added a new method, skipEntitlementsChecks(), to allow users to bypass entitlements checks on macOS when using the plugin without Sandbox enabled. #​1845

v10.3.10

Compare Source

General
  • Reverted breaking changes accidentally introduced in 10.3.9 to maintain Semantic Versioning compliance.
Android

v10.3.9

Compare Source

Android

v10.3.8

Compare Source

iOS
  • Rename FileUtils to FilePickerUtils #​1921
Android
  • Restores the ms[df] URI handling logic in FileUtils.kt to fix file selection returning null on some devices.

v10.3.7

Compare Source

Android
  • Fixed an issue where file type filtering was not being applied correctly, now only displaying files that match the selected MIME types. #​1906

v10.3.6

Compare Source

Android
  • Added support for 16 KB page sizes. #​1888

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
  • Reverted breaking changes accidentally introduced in 10.3.9 to maintain Semantic Versioning compliance.
Android

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 the dependencies label Apr 4, 2026
@renovate renovate bot force-pushed the renovate/file_picker-11.x branch from 9ab6dfd to 362ad9b Compare April 5, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants