colour 1.0.4 copy "colour: ^1.0.4" to clipboard
colour: ^1.0.4 copied to clipboard

outdated

An easy way to use color in flutter (with Normal, HEX, RGB, ARGB, or RGBO format).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add colour

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

dependencies:
  colour: ^1.0.4

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:colour/colour.dart';
7
likes
40
pub points
71%
popularity

Publisher

unverified uploader

An easy way to use color in flutter (with Normal, HEX, RGB, ARGB, or RGBO format).

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on colour