palette_generator 0.2.3 copy "palette_generator: ^0.2.3" to clipboard
palette_generator: ^0.2.3 copied to clipboard

outdated

Flutter package for generating palette colors from a source image.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add palette_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  palette_generator: ^0.2.3

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:palette_generator/palette_generator.dart';
579
likes
0
pub points
98%
popularity

Publisher

verified publisherflutter.dev

Flutter package for generating palette colors from a source image.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, path

More

Packages that depend on palette_generator