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

outdated

Flutter package for generating palette colors from a source image.

Palette Generator package #

pub package

A Flutter package to extract prominent colors from an Image, typically used to find colors for a user interface.

Usage #

To use this package, add palette_generator as a dependency in your pubspec.yaml file.

Example #

Import the library via

import 'package:palette_generator/palette_generator.dart';

Then use the PaletteGenerator Dart class in your code. To see how this is done, check out the image_colors example app.

565
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