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 image_picker to v1 #69

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2023

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

Compare Source

  • Adds comment for the limit parameter.

v1.1.1

Compare Source

  • Updates documentation to note that Android Photo Picker use is not optional on Android 13+.

v1.1.0

Compare Source

  • Adds limit parameter to MediaOptions and MultiImagePickerOptions 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

Compare Source

  • 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

Compare Source

  • Updates minimum required plugin_platform_interface version to 2.1.7.

v1.0.6

Compare Source

  • Fixes new lint warnings.

v1.0.5

Compare Source

  • 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

Compare Source

  • Updates README to fix broken link.

v1.0.3

Compare Source

  • Adds pub topics to package metadata.
  • Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

v1.0.2

Compare Source

  • Adds compatibility with image_picker_for_web 3.0.

v1.0.1

Compare Source

  • Rolls platform implementations to ensure that pickMedia and
    pickMultipleMedia have platform implementations.

v1.0.0

Compare Source

  • BREAKING CHANGE: Removes the deprecated get* methods. Clients who have
    not already done so will need to migrate to the pick* versions that use
    XFile rather than PickedFile 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.

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.

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