image_palette 0.0.1 copy "image_palette: ^0.0.1" to clipboard
image_palette: ^0.0.1 copied to clipboard

A Flutter package that allows you to generate a color palette from an image and use it in your Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_palette

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

dependencies:
  image_palette: ^0.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:image_palette/image_palette.dart';
0
likes
160
points
18
downloads

Publisher

verified publisherredlinesoft.net

Weekly Downloads

A Flutter package that allows you to generate a color palette from an image and use it in your Flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, palette_generator

More

Packages that depend on image_palette