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

fix(deps): update dependency image_picker to ^0.8.0 - abandoned #22

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 22, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
image_picker dependencies minor ^0.6.7+4 -> ^0.8.0

Release Notes

flutter/packages

v0.8.7

Compare Source

  • Adds usePhotoPickerAndroid options.
  • Aligns Dart and Flutter SDK constraints.

v0.8.6+4

Compare Source

  • Updates iOS minimum version in README.

v0.8.6+3

Compare Source

  • Updates links for the merge of flutter/plugins into flutter/packages.

v0.8.6+2

Compare Source

  • Updates NSPhotoLibraryUsageDescription description in README.

  • Updates minimum Flutter version to 3.0.

v0.8.6+1

Compare Source

  • Updates code for stricter lint checks.

v0.8.6

  • Updates iOS minimum version in README.

v0.8.5+3

  • Adds argument error assertions to the app-facing package, to ensure
    consistency across platform implementations.
  • Updates tests to use a mock platform instead of relying on default
    method channel implementation internals.

v0.8.5+2

  • Minor fixes for new analysis options.

v0.8.5+1

  • Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors
    lint warnings.

v0.8.5

  • Adds argument error assertions to the app-facing package, to ensure
    consistency across platform implementations.
  • Updates tests to use a mock platform instead of relying on default
    method channel implementation internals.

v0.8.4+11

  • Fixes Activity leak.

v0.8.4+10

  • iOS: allows picking images with WebP format.

v0.8.4+9

  • Internal code cleanup for stricter analysis options.

v0.8.4+8

  • Configures the UIImagePicker to default to gallery instead of camera when
    picking multiple images on pre-iOS 14 devices.

v0.8.4+7

  • Refactors unit test to expose private interface via a separate test header instead of the inline declaration.

v0.8.4+6

  • Fixes minor type issues in iOS implementation.

v0.8.4+5

  • Improves the documentation on handling MainActivity being killed by the Android OS.
  • Updates Android compileSdkVersion to 31.
  • Fix iOS RunnerUITests search paths.

v0.8.4+4

  • Fix typos in README.md.

v0.8.4+3

  • Suppress a unchecked cast build warning.

v0.8.4+2

  • Update minimum Flutter SDK to 2.5 and iOS deployment target to 9.0.

v0.8.4+1

  • Fixes Activity leak.

v0.8.4

  • Fixes Activity leak.

v0.8.3+3

  • Fix pickImage not returning a value on iOS when dismissing PHPicker sheet by swiping.
  • Updated Android lint settings.

v0.8.3+2

  • Fix using Camera as image source on Android 11+

v0.8.3+1

  • Fixed README Example.

v0.8.3

  • Fix pickImage not returning a value on iOS when dismissing PHPicker sheet by swiping.
  • Updated Android lint settings.

v0.8.2

  • Added new methods that return package:cross_file XFile instances. Docs.
  • Deprecate methods that return PickedFile instances:
    • getImage: use pickImage instead.
    • getVideo: use pickVideo instead.
    • getMultiImage: use pickMultiImage instead.
    • getLostData: use retrieveLostData instead.

v0.8.1+4

  • Fixes an issue where preferredCameraDevice option is not working for getVideo method.
  • Refactor unit tests that were device-only before.

v0.8.1+3

  • Fix image picker causing a crash when the cache directory is deleted.

v0.8.1+2

  • Update the example app to support the multi-image feature.

v0.8.1+1

  • Expose errors thrown in pickImage and pickVideo docs.

v0.8.1

  • Fixes an issue where preferredCameraDevice option is not working for getVideo method.
  • Refactor unit tests that were device-only before.

v0.8.0+4

  • Cleaned up the README example

v0.8.0+3

  • Readded request for camera permissions.

v0.8.0+2

  • Fix a rotation problem where when camera is chosen as a source and additional parameters are added.

v0.8.0+1

  • Removed redundant request for camera permissions.

v0.8.0

  • Cleaned up the README example

v0.7.5+4

  • Migrate maven repo from jcenter to mavenCentral.

v0.7.5+3

  • Localize UIAlertController strings.

v0.7.5+2

  • Implement UIAlertController with a preferredStyle of UIAlertControllerStyleAlert since UIAlertView is deprecated.

v0.7.5+1

  • Fixes a rotation problem where Select Photos limited access is chosen but the image that is picked
    is not included selected photos and image is scaled.

v0.7.5

  • Migrate maven repo from jcenter to mavenCentral.

v0.7.4

  • Update flutter_plugin_android_lifecycle dependency to 2.0.1 to fix an R8 issue
    on some versions.

v0.7.3

  • Endorse image_picker_for_web.

v0.7.2+1

  • Android: fixes an issue where videos could be wrongly picked with .jpg extension.

v0.7.2

  • Android: fixes an issue where videos could be wrongly picked with .jpg extension.

v0.7.1

  • Update platform_plugin_interface version requirement.

v0.7.0

  • Migrate to nullsafety
  • Breaking Changes:
    • Removed the deprecated methods: ImagePicker.pickImage, ImagePicker.pickVideo,
      ImagePicker.retrieveLostData

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update dependency image_picker to ^0.8.0 fix(deps): update dependency image_picker to ^0.8.0 - abandoned Aug 15, 2023
@renovate
Copy link
Author

renovate bot commented Aug 15, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

1 participant