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 extended_image to v9 #418

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2024

This PR contains the following updates:

Package Type Update Change
extended_image dependencies major ^8.1.0 -> ^9.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

fluttercandies/extended_image (extended_image)

v9.0.7

  • Fix crop rect transform not invert
  • Support editor config history
  • Add updateConfig and get config from editor controller

v9.0.6

  • Fix issue about worng scale for crop rect when scale is more than max scale

v9.0.5

  • Fix issue about worng scale for crop rect when scale is more than max scale

v9.0.4

  • Public [ImageEditorController.currentIndex],[ImageEditorController.history],[ImageEditorController.saveCurrentState]
  • Scale the crop rect if the image can't be scaled(max scale) when rotate the image.

v9.0.3

  • Breaking change: update the term 'angle' to 'degree'.

v9.0.2

  • Update eidtor crop rect when srceen size is changed.

v9.0.1

  • Take care about web platform, update eidtor layer size when srceen size is changed.
  • Make the list can be scrolled on web platform.

v9.0.0

  • Feature:

    1. support to change free angle rotation on editor mode.
    2. support to control whether the cropping box follows rotation on editor mode.
    3. support flip and rotate animation on editor mode.
    4. support undo and redo on editor mode.
    5. support update cropAspectRatio without reset state on editor mode.
    6. add [ImageEditorController] for [EditorConfig] to control the editor state.
  • Issues:

    1. Fix issue about free angle rotation. (#​702, #​627, #​78, #​441)
    2. Fix issue about control whether the cropping box also rotate follows the rotation. (#​691, #​277)
    3. Fix issue about flip animation. (#​397)
    4. Fix issue about crop rect gets invalid randomly on zooming in and out. (#​548)
    5. Fix issue about undo and redo. (#​553)
  • Breaking change:

    1. EditorCropLayerPainter.paintMask method the [Size] argument to [Rect].
    2. Remove flipX support.
    3. Change the cropping process, now they are rotate, flipY and getCropRect.

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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Oct 19, 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 extended_image
Because rtu_mirea_app depends on sort_box from path which doesn't exist (could not find package sort_box at "packages/neon/packages/sort_box"), version solving failed.

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