parse_color 0.0.1 copy "parse_color: ^0.0.1" to clipboard
parse_color: ^0.0.1 copied to clipboard

A package that parses ints and strings (hex or rgba) into a color, with basic in-memory caching.

A package that parses ints and strings (hex or rgba) into a color, with basic in-memory caching.

const red = UIColor( 'red' );
const blue = UIColor( 'blue' );
const grey = UIColor( '#cccccc' );
const grey2 = UIColor( 'cccccc' );
const redWithAlpha = UIColor( 'rgba(255,0,0,0.5)' );
0
likes
110
pub points
51%
popularity

Publisher

unverified uploader

A package that parses ints and strings (hex or rgba) into a color, with basic in-memory caching.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on parse_color