A Flutter package to extract prominent colors from an Image, typically used to find colors for a user interface.
To use this package, add palette_generator
as a dependency in your pubspec.yaml file.
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.