sdui
sdui copied to clipboard
Update dependency image_picker to v1
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
image_picker (source) | dependencies | major | ^0.8.6 -> ^1.0.0 |
Release Notes
flutter/packages (image_picker)
v1.1.2
- Adds comment for the limit parameter.
v1.1.1
- Updates documentation to note that Android Photo Picker use is not optional on Android 13+.
v1.1.0
- Adds limit parameter to
MediaOptions
andMultiImagePickerOptions
which limits the number of media that can be selected.- Currently supported only on iOS and Android.
- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
v1.0.8
- Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
- Updates support matrix in README to indicate that iOS 11 is no longer supported.
- Clients on versions of Flutter that still support iOS 11 can continue to use this package with iOS 11, but will not receive any further updates to the iOS implementation.
- Updates minimum iOS implementation version to include a privacy manifest.
v1.0.7
- Updates minimum required plugin_platform_interface version to 2.1.7.
v1.0.6
- Fixes new lint warnings.
v1.0.5
- Updates example app to use non-deprecated video_player method.
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
v1.0.4
- Updates README to fix broken link.
v1.0.3
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
v1.0.2
- Adds compatibility with
image_picker_for_web
3.0.
v1.0.1
- Rolls platform implementations to ensure that
pickMedia
andpickMultipleMedia
have platform implementations.
v1.0.0
-
BREAKING CHANGE: Removes the deprecated
get*
methods. Clients who have not already done so will need to migrate to thepick*
versions that useXFile
rather thanPickedFile
for return values.- As this is the only change, we encourage authors of published packages
that depend on
image_picker
to consider using a constraint of'>=0.8.9 <2.0.0'
rather than^1.0.0
when updating dependencies, to avoid conflicts with packages that have not yet updated.
- As this is the only change, we encourage authors of published packages
that depend on
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.