candi_colors 0.0.27
candi_colors: ^0.0.27 copied to clipboard
A Flutter color palette inspired by Scandinavian design principles. Hygge (warmth) and Lagom (balance).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add candi_colorsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
candi_colors: ^0.0.27Alternatively, 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:candi_colors/candi_colors.dart';