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
417 stars 30 forks source link

Use 8-digit hexadecimal integer colours for Flutter #306

Open chardinson opened 6 months ago

chardinson commented 6 months 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.