colour 1.0.4-nullsafety copy "colour: ^1.0.4-nullsafety" to clipboard
colour: ^1.0.4-nullsafety 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
copied to clipboard

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-nullsafety
copied to clipboard

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';
copied to clipboard
7
likes
0
points
165
downloads

Publisher

unverified uploader

Weekly Downloads

2024.06.27 - 2025.01.09

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on colour