project_color_palette
This package is a tool for collaboration between designers and Flutter developers. csv to color_palette
Feature
- Generates Dart objects to access CSV files located in the assets folder.
How to Use
- Place CSV files in the
assets/color_palettefolder. The CSV file names must contain "color". - Run
flutter pub run build_runner buildin the terminal to generate Dart classes. - The class files are stored in the
lib/palettefolder and have a '.g.dart' extension.
The format of the CSV is as follows:
name,value,Comment,,,
White,#FFFFFF,Comment test,,,
