flutter_brand_palettes 0.5.1 flutter_brand_palettes: ^0.5.1 copied to clipboard
A collection of elegant, declarative classes for the color palettes of popular brands and companies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_brand_palettes
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_brand_palettes: ^0.5.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:flutter_brand_palettes/flutter_brand_palettes.dart';