-
Notifications
You must be signed in to change notification settings - Fork 30.2k
[vector_graphics] scaled and translate are deprecated #178120
Copy link
Copy link
Open
Labels
c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.p: deprecated apiUse of a deprecated Dart API in flutter/packages that needs to be updatedUse of a deprecated Dart API in flutter/packages that needs to be updatedp: vector_graphicsThe vector_graphics package setThe vector_graphics package setpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-engineOwned by Engine teamOwned by Engine team
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.p: deprecated apiUse of a deprecated Dart API in flutter/packages that needs to be updatedUse of a deprecated Dart API in flutter/packages that needs to be updatedp: vector_graphicsThe vector_graphics package setThe vector_graphics package setpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-engineOwned by Engine teamOwned by Engine team