-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: 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: flutter_svgThe Flutter SVG drawing packagesThe Flutter SVG drawing packagesp: mapsGoogle Maps pluginGoogle Maps pluginp: vector_graphicsThe vector_graphics package setThe vector_graphics package setp: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Description
info • [...] • 'value' is deprecated and shouldn't be used. Use
component accessors like .r or .g, or toARGB32 for an explicit conversion. Try replacing the use of the
deprecated member with the replacement. • deprecated_member_use
It's mostly used in plugins where we are serializing colors for method channels. In those cases, it would probably be best to make a PlatformColor class and get each component, rather than relying on matching bit operations on both sides as we currently do.
Turskyi
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: 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: flutter_svgThe Flutter SVG drawing packagesThe Flutter SVG drawing packagesp: mapsGoogle Maps pluginGoogle Maps pluginp: vector_graphicsThe vector_graphics package setThe vector_graphics package setp: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team