color_spark_3u 0.0.1 color_spark_3u: ^0.0.1 copied to clipboard
This library is a very simple color palette library. We have added 80 colors that we consider somewhat basic. You can use it to choose a color from the 80 colors to add it as a color for the element.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add color_spark_3u
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
color_spark_3u: ^0.0.1
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:color_spark_3u/color_spark_3u.dart';