material-foundation / material-theme-builder

Visualize dynamic color and create a custom Material Theme.
https://material-foundation.github.io/material-theme-builder/
Apache License 2.0
360 stars 27 forks source link

Use 8-digit hexadecimal integer colours for Flutter #306

Open chardinson opened 1 month ago

chardinson commented 1 month ago

The code exported for Flutter contains colours in 32-bit hexadecimal integer format, the Dart documentation recommends using the 8-digit hexadecimal version for Flutter.