image_color_scheme 1.0.5
image_color_scheme: ^1.0.5 copied to clipboard
A Flutter widget that dynamically extracts a ColorScheme from images and rebuilds when the scheme is ready.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add image_color_schemeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
image_color_scheme: ^1.0.5Alternatively, 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_color_scheme/image_color_scheme.dart';