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
364 stars 28 forks source link

Fully support Flutter export #50

Closed guidezpl closed 1 year ago

guidezpl commented 2 years ago

Is your feature request related to a problem? Please describe. This issue tracks Flutter support for export. The export currently exports a light and dark color scheme.

Describe the solution you'd like

Additional context Support for theme extensions was added in https://github.com/flutter/flutter/pull/98033 The canonical example is in the dynamic_color package https://github.com/material-foundation/material-dynamic-color-flutter/blob/main/example/lib/complete_example.dart

Related to #34