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
150
points
188
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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