project_color_palette 1.0.2 project_color_palette: ^1.0.2 copied to clipboard
This package is a tool for collaboration between designers and Flutter developers. csv to color_palette
0.0.1 #
- *.csv file in assets
1.0.0 #
- refactor project_color_palette package
- The CSV files must be located in the assets/color_palette folder and can only be read if the CSV file name contains "color".
- A color class is generated based on each CSV file name, and the generated class will have a .g.dart extension in the lib/palette folder.
1.0.1 #
- update build.yaml, build process log
1.0.2 #
- add License info in README.md