Skip to content

Files

Latest commit

0f1af1d · May 31, 2022

History

History
This branch is 7876 commits behind main.

palette_generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 9, 2022
May 31, 2022
Feb 15, 2022
May 1, 2021
May 31, 2022
May 2, 2021
Dec 18, 2019
Aug 21, 2018
May 31, 2022

README.md

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.