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

An extended version of Flutter Colors with more swatches and more flexibility to generate your own custom swatch.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add colours

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

dependencies:
  colours: ^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:colours/colours.dart';
23
likes
140
points
119
downloads

Publisher

unverified uploader

Weekly Downloads

An extended version of Flutter Colors with more swatches and more flexibility to generate your own custom swatch.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

colour, flutter, pigment

More

Packages that depend on colours