-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#3093Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: mapsGoogle Maps pluginGoogle Maps pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specifically
Milestone
Description
Steps to Reproduce
- Create a
Polylinewith color:Colors.black - Look at the app
Expected results:
A black polyline
Actual results:
A red polyline.
The problem is that the functions that convert Flutter colors (ARGB ints) to CSS color is dropping the last byte (instead of the first one), so
Black: 0xFF000000
Gets converted to: #FF0000 instead of #000000.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: mapsGoogle Maps pluginGoogle Maps pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specifically