named_html_color 0.0.3 copy "named_html_color: ^0.0.3" to clipboard
named_html_color: ^0.0.3 copied to clipboard

Very simple package that defines named colors for HTML, include 140 famous color.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add named_html_color

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  named_html_color: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:named_html_color/colors.dart';
import 'package:named_html_color/html_color.dart';
4
likes
140
pub points
70%
popularity

Publisher

unverified uploader

Very simple package that defines named colors for HTML, include 140 famous color.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on named_html_color