Skip to content
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

Update dependency file_picker to v8 #79

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2024

This PR contains the following updates:

Package Type Update Change
file_picker (source) dependencies major ^5.2.4 -> ^8.0.0

Release Notes

miguelpruivo/flutter_file_picker (file_picker)

v8.1.2

Android

v8.1.1

Web
  • Migrate the web example to use the new web bootstrapping, introduced in Flutter 3.22.

v8.1.0

General
  • Updates the minimum Flutter version to 3.22.0, to support Dart 3.4.
Web
  • Updates the package:web dependency to 1.0.0.
  • Removes a redundant FilePickerWeb.platform static field. Use FilePicker.platform instead.

v8.0.7

General
  • Fixes an issue relating to incorrect registration of platform-specific implementations. #​1555.
  • Fixes an issue that required users to use kIsWeb and FilePickerWeb when running on the web.

v8.0.6

Compare Source

Android

Updates the minimum Android SDK version to 21, to match the current Flutter minimum Android SDK version. Fixes #​1522, #​1528, and #​1531. Thanks @​navaronbracke.

v8.0.5

Compare Source

Web

Release picked file data in memory to avoid memory leak

v8.0.4

Compare Source

Android

Removes references to Flutter v1 android embedding classes.

v8.0.3

Compare Source

Web

Fixes a TypeError with pickFiles() when using the HTML renderer.

v8.0.2

Compare Source

iOS

Fixes the bug #​1412 that picking a folder in iOS causes the original folder to be deleted.

v8.0.1

Compare Source

iOS

Fixes an issue preventing compilation on iOS when using Pod::PICKER_DOCUMENT = false.

v8.0.0+1

Compare Source

Removes linter warnings and fixes CI/CD.

v8.0.0

Compare Source

Removes linter warnings and fixes CI/CD.

v7.1.0+1

Compare Source

Fixes typo on docs (there was some refernces to FileType.all instead of the correct FileType.any).

v7.1.0

Fixes typo on docs (there was some refernces to FileType.all instead of the correct FileType.any).

v7.0.2

Desktop (Linux)
  • File picker extensions for Linux Zenity are case insensitive now
  • Fixes #​1322

v6.2.1

Desktop (Windows)

The initialDirectory parameter of getDirectoryPath() now works (#​970).

v6.2.0

Android

Add ability to compress images on android by specifying a compression quality value ([#​735]
(https://github.com/miguelpruivo/flutter_file_picker/issues/735)).

v6.1.1

Android

Android's CSV mime type is text/comma-separated-values. Added standard text/csv when the
CSV extension is specified which fixes issues when picking CSV files from Google Drive
on Android devices.

v6.0.0

Update minimum Flutter version to 3.7.0.

iOS
  • Update minimum iOS version to 11.0.
  • Fix several warnings in the iOS plugin implementation.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor Author

renovate bot commented Mar 22, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade file_picker
Because share_plus ^6.0.0 depends on win32 ^3.0.0 and file_picker >=7.1.0 depends on win32 ^5.1.1, share_plus ^6.0.0 is incompatible with file_picker >=7.1.0.
So, because sdui depends on both file_picker ^8.0.0 and share_plus ^6.3.0, version solving failed.


You can try one of the following suggestions to make the pubspec resolve:
* Consider downgrading your constraint on share_plus: flutter pub add share_plus:^4.5.3
* Consider downgrading your constraint on file_picker: flutter pub add file_picker:^5.2.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants