Skip to content

[vector_graphics] scaled and translate are deprecated #178120

@stuartmorgan-g

Description

@stuartmorgan-g

From vector_graphics_compiler:

   info • test/matrix_test.dart:78:17 • 'scaled' is deprecated and shouldn't be used. Use scaledByVector3, scaledByVector4, or scaledByDouble
          instead. Try replacing the use of the deprecated member with the replacement. • deprecated_member_use
   info • test/matrix_test.dart:81:53 • 'scaled' is deprecated and shouldn't be used. Use scaledByVector3, scaledByVector4, or scaledByDouble
          instead. Try replacing the use of the deprecated member with the replacement. • deprecated_member_use
   info • test/matrix_test.dart:92:17 • 'scaled' is deprecated and shouldn't be used. Use scaledByVector3, scaledByVector4, or scaledByDouble
          instead. Try replacing the use of the deprecated member with the replacement. • deprecated_member_use
   info • test/matrix_test.dart:107:15 • 'translate' is deprecated and shouldn't be used. Use translateByVector3, translateByVector4, or
          translateByDouble instead. Try replacing the use of the deprecated member with the replacement. • deprecated_member_use

These are test-only, but should be updated when feasible to avoid issues when they are eventually removed from vector_math.

Metadata

Metadata

Assignees

Labels

c: tech-debtTechnical debt, code quality, testing, etc.p: deprecated apiUse of a deprecated Dart API in flutter/packages that needs to be updatedp: vector_graphicsThe vector_graphics package setpackageflutter/packages repository. See also p: labels.team-engineOwned by Engine team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions