project_color_palette 1.0.1 copy "project_color_palette: ^1.0.1" to clipboard
project_color_palette: ^1.0.1 copied to clipboard

This package is a tool for collaboration between designers and Flutter developers. csv to color_palette

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 #

  1. Place CSV files in the assets/color_palette folder. The CSV file names must contain "color".
  2. Run flutter pub run build_runner build in the terminal to generate Dart classes.
  3. The class files are stored in the lib/palette folder and have a '.g.dart' extension.

The format of the CSV is as follows:

name,value,Comment,,,
White,#FFFFFF,Comment test,,,

Excel format

2
likes
130
points
7
downloads

Publisher

verified publisheraqoong.pe.kr

Weekly Downloads

This package is a tool for collaboration between designers and Flutter developers. csv to color_palette

Documentation

API reference

License

MIT (license)

Dependencies

build, csv, flutter, glob

More

Packages that depend on project_color_palette