Open renovate[bot] opened 7 months ago
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:
The artifact failure details are included below:
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
This PR contains the following updates:
^5.2.4
->^8.0.0
Release Notes
miguelpruivo/flutter_file_picker (file_picker)
### [`v8.1.3`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#813) ##### Android - Fixes a null object reference error [#1604](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1604) ### [`v8.1.2`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#812) ##### Android - Fixes a cache deletion issue [#1505](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1505) ### [`v8.1.1`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#811) ##### Web - Migrate the web example to use the new web bootstrapping, introduced in Flutter 3.22. ### [`v8.1.0`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#810) ##### 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`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#807) ##### General - Fixes an issue relating to incorrect registration of platform-specific implementations. [#1555](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1555). - Fixes an issue that required users to use `kIsWeb` and `FilePickerWeb` when running on the web. ### [`v8.0.6`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#806) [Compare Source](https://redirect.github.com/miguelpruivo/flutter_file_picker/compare/8.0.5...8.0.6) ##### Android Updates the minimum Android SDK version to 21, to match the current Flutter minimum Android SDK version. Fixes [#1522](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1522), [#1528](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1528), and [#1531](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1531). Thanks [@navaronbracke](https://redirect.github.com/navaronbracke). ### [`v8.0.5`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#805) [Compare Source](https://redirect.github.com/miguelpruivo/flutter_file_picker/compare/8.0.4...8.0.5) ##### Web Release picked file data in memory to avoid memory leak ### [`v8.0.4`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#804) [Compare Source](https://redirect.github.com/miguelpruivo/flutter_file_picker/compare/8.0.3...8.0.4) ##### Android Removes references to Flutter v1 android embedding classes. ### [`v8.0.3`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#803) [Compare Source](https://redirect.github.com/miguelpruivo/flutter_file_picker/compare/8.0.2...8.0.3) ##### Web Fixes a TypeError with `pickFiles()` when using the HTML renderer. ### [`v8.0.2`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#802) [Compare Source](https://redirect.github.com/miguelpruivo/flutter_file_picker/compare/8.0.1...8.0.2) ##### iOS Fixes the bug [#1412](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1412) that picking a folder in iOS causes the original folder to be deleted. ### [`v8.0.1`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#801) [Compare Source](https://redirect.github.com/miguelpruivo/flutter_file_picker/compare/8.0.0...8.0.1) ##### iOS Fixes an issue preventing compilation on iOS when using Pod::PICKER_DOCUMENT = false. ### [`v8.0.0+1`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#8001) [Compare Source](https://redirect.github.com/miguelpruivo/flutter_file_picker/compare/8.0.0...8.0.0) Removes linter warnings and fixes CI/CD. ### [`v8.0.0`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#8001) [Compare Source](https://redirect.github.com/miguelpruivo/flutter_file_picker/compare/7.1.0...8.0.0) Removes linter warnings and fixes CI/CD. ### [`v7.1.0+1`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#7101) [Compare Source](https://redirect.github.com/miguelpruivo/flutter_file_picker/compare/7.1.0...7.1.0) Fixes typo on docs (there was some refernces to `FileType.all` instead of the correct `FileType.any`). ### [`v7.1.0`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#7101) Fixes typo on docs (there was some refernces to `FileType.all` instead of the correct `FileType.any`). ### [`v7.0.2`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#702) ##### Desktop (Linux) - File picker extensions for Linux Zenity are case insensitive now - Fixes [#1322](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1322) ### [`v6.2.1`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#621) ##### Desktop (Windows) The `initialDirectory` parameter of `getDirectoryPath()` now works ([#970](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/970)). ### [`v6.2.0`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#620) ##### Android Add ability to compress images on android by specifying a compression quality value (\[[#735](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/735)] ([https://github.com/miguelpruivo/flutter_file_picker/issues/735](https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/735))). ### [`v6.1.1`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#611) ##### 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`](https://redirect.github.com/miguelpruivo/flutter_file_picker/blob/HEAD/CHANGELOG.md#600) 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.
This PR was generated by Mend Renovate. View the repository job log.