Skip to content

fix(deps): update dependency vector_math to ^2.4.2 - #220

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vector_math-2.x
Open

fix(deps): update dependency vector_math to ^2.4.2#220
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vector_math-2.x

Conversation

@renovate

@renovate renovate Bot commented Aug 12, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
vector_math (source) dependencies minor ^2.1.4^2.4.2

Warning

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


Release Notes

flutter/core-packages (vector_math)

v2.4.2

Compare Source

  • Documents the public geometry filter APIs.

v2.4.1

Compare Source

  • Documents the public Plane API.

v2.4.0

  • Removes the deprecated SimplexNoise class.
  • Optimizes the identity constructors on the Matrix classes.
  • Updates metadata to reflect the move from
    google/vector_math.dart
    to flutter/core-packages,
    which is the new source of truth for this package.
  • Updates source and metadata to follow Flutter team package conventions and
    analysis options.
  • Updates minimum supported SDK version to Dart 3.10.

v2.3.0

  • Add leftTranslateByVector2 method to Matrix4.
    Equivalent to the leftTranslate set of methods, that multiplies this matrix by a translation matrix from the left.
  • Added Matrix4.leftMultiply method.
  • Add translateByVector2 method to Matrix4.
  • Require sdk: ^3.7.0.

v2.2.0

  • Performance of functions that take dynamic arguments improved.

  • Most of the members that take dynamic arguments are deprecated. New members
    with non-dynamic arguments added.

    Deprecated members:

    • Matrix4.translate

      Instead use: Matrix4.translateByDouble, Matrix4.translateByVector3,
      Matrix4.translateByVector4.

    • Matrix4.leftTranslate

      Instead use: Matrix4.leftTranslateByDouble,
      Matrix4.leftTranslateByVector3, Matrix4.leftTranslateByVector4.

    • Matrix4.scale

      Instead use: Matrix4.scaleByDouble, Matrix4.scaleByVector3,
      Matrix4.scaleByVector4.

    • Matrix4.scaled

      Instead use: Matrix4.scaledByDouble, Matrix4.scaledByVector3,
      Matrix4.scaledByVector4.

v2.1.5

  • Fixed operator -() of Quaternion (Contributed by tlserver)
  • Fixed Matrix3.rotationY direction (Contributed by tlserver, moritzblume)
  • Added an operator== to Quaternion so that two instances of quaternions can
    be evaluated for equality.
  • Require Dart 3.1

Configuration

📅 Schedule: (UTC)

  • 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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 12, 2026
@renovate
renovate Bot requested a review from lishaduck as a code owner August 12, 2026 00:57
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant