colourlovers_api 2.0.1
colourlovers_api: ^2.0.1 copied to clipboard
A comprehensive Flutter wrapper for the COLOURlovers.com API, providing access to colors, palettes, patterns, users, and statistics from the popular color community platform.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add colourlovers_api
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
colourlovers_api: ^2.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:colourlovers_api/colourlovers_api.dart';