Skip to content

Bump file_picker from 8.3.7 to 11.0.2#8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/file_picker-11.0.2
Closed

Bump file_picker from 8.3.7 to 11.0.2#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/file_picker-11.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

Bumps file_picker from 8.3.7 to 11.0.2.

Release notes

Sourced from file_picker's releases.

11.0.2

What's Changed

New Contributors

Full Changelog: miguelpruivo/flutter_file_picker@v11.0.1...v11.0.2

11.0.1

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@v10.3.11...v11.0.1

11.0.0

What's Changed

New Contributors

Full Changelog: miguelpruivo/flutter_file_picker@v10.3.9...v11.0.0

10.3.11

What's Changed

  • Fixed a crash when initialDirectory contains special characters #1963

New Contributors

Full Changelog: miguelpruivo/flutter_file_picker@v10.3.10...v10.3.11

10.3.10

Android

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

... (truncated)

Changelog

Sourced from file_picker's changelog.

11.0.2

Android

  • Fixed a Path Traversal vulnerability (CWE-22) when resolving file paths from external content providers. #1967

Linux

  • Fixed "Cannot add to a fixed-length list" crash when opening or saving files with an initial directory on Linux. #1976

11.0.1

Android

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

11.0.0

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

10.3.11

Linux

  • Fixed a crash when initialDirectory contains special characters #1963

10.3.10

General

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

Android

10.3.9

Android

10.3.8

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.

... (truncated)

Commits
  • 2e170b1 Merge pull request #1979 from miguelpruivo/feature/path-traversal-vulnerabili...
  • 7404fe1 fix: prevent path traversal vulnerability on Android and add security test ex...
  • 1743575 chore: update Android project configuration to Java 17 and ignore IDE metadat...
  • cbe1fd4 Merge pull request #1978 from vicajilau/fix-linux-fixed-length-list
  • 4318648 chore: bump version to 11.0.2
  • cb73821 refactor: remove redundant Clang-specific libc++ configuration from Linux CMa...
  • 63dfb30 fix(linux): resolve Cannot add to a fixed-length list (#1976)
  • 9189445 Merge pull request #1977 from jooy2/fix/docs-v11
  • 9ff2e05 fix: change broken links in the document and applied v11 changes
  • a54f138 Merge pull request #1975 from miguelpruivo/bugfix/resolves-agp9-issues-on-v11...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jul 4, 2026
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 8.3.7 to 11.0.2.
- [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@8.3.7...v11.0.2)

---
updated-dependencies:
- dependency-name: file_picker
  dependency-version: 11.0.2
  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/file_picker-11.0.2 branch from e829c8e to 920a606 Compare July 4, 2026 04:14
@dependabot @github

dependabot Bot commented on behalf of github Jul 4, 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-11.0.2 branch July 4, 2026 04:20
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