-
Notifications
You must be signed in to change notification settings - Fork 30.6k
[packages] Color.value is deprecated #159739
Copy link
Copy link
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
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
Type
Fields
No fields configured for issues without a type.
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
PlatformColorclass and get each component, rather than relying on matching bit operations on both sides as we currently do.