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

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.5

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
130
pub points
79%
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

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on colour