easy_colors 0.0.2 copy "easy_colors: ^0.0.2" to clipboard
easy_colors: ^0.0.2 copied to clipboard

A Flutter package to manage custom colors used in the project

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_colors

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

dependencies:
  easy_colors: ^0.0.2

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:easy_colors/easy_colors.dart';
3
likes
120
pub points
61%
popularity

Publisher

unverified uploader

A Flutter package to manage custom colors used in the project

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, flutter, path

More

Packages that depend on easy_colors