Skip to content

Bump file_picker from 8.3.5 to 10.1.2 in /app #114

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps file_picker from 8.3.5 to 10.1.2.

Release notes

Sourced from file_picker's releases.

10.1.0

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@10.0.0...10.1.0

10.0.0

What's Changed

  • 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. Both changes by @​vicajilau in miguelpruivo/flutter_file_picker#1744.

Full Changelog: miguelpruivo/flutter_file_picker@9.2.3...10.0.0

9.2.3

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@9.2.2...9.2.3

9.2.2

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@9.2.1...9.2.2

9.2.1

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@9.2.0...9.2.1

9.2.0

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@9.1.0...9.2.0

9.1.0

What's Changed

... (truncated)

Changelog

Sourced from file_picker's changelog.

10.1.2

Android

10.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

10.1.0

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.

10.0.0

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

9.2.3

Desktop (macOS)

  • Fixed an issue when the active viewController is not a FlutterViewController.

9.2.2

Desktop (macOS)

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

9.2.1

Desktop (macOS)

  • Present file picker panel as a sheet modal to the Flutter application window. #1734

9.2.0

Desktop (macOS, Windows, Linux)

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

9.1.0

Web

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

9.0.3

Android

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

9.0.2

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 8.3.5 to 10.1.2.
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits)

---
updated-dependencies:
- dependency-name: file_picker
  dependency-version: 10.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Apr 14, 2025
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.

0 participants