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

Autogenerate variables not most used #91

Closed LukeDaniel16 closed 5 months ago

LukeDaniel16 commented 1 year ago

Describe the bug When i tried use a color_schemes.g.dart, this variables is always generated, but, flutter not use anymore on the latest version image

So... Error: Error when reading 'lib/color_schemes.g.dart': The system cannot found the specified file. package:mlearning_javascript/main.dart:3

import 'color_schemes.g.dart'; ^

: Error: The getter 'lightColorScheme' isn't defined for the class 'MyApp'.