palette_generator 0.3.3+3 copy "palette_generator: ^0.3.3+3" to clipboard
palette_generator: ^0.3.3+3 copied to clipboard

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.3.3+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';
577
likes
140
pub points
98%
popularity

Publisher

verified publisherflutter.dev

Flutter package for generating palette colors from a source image.

Repository (GitHub)
View/report issues
Contributing

Topics

#color #ui

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on palette_generator