image_color_scheme 1.0.5 copy "image_color_scheme: ^1.0.5" to clipboard
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_scheme

This 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.5

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_color_scheme/image_color_scheme.dart';
1
likes
160
points
226
downloads

Publisher

verified publisherkator.dev

Weekly Downloads

A Flutter widget that dynamically extracts a ColorScheme from images and rebuilds when the scheme is ready.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on image_color_scheme