image_color_builder 1.0.4 copy "image_color_builder: ^1.0.4" to clipboard
image_color_builder: ^1.0.4 copied to clipboard

A Flutter package for generating the image and the image's dominant color with a given image url.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_color_builder

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  image_color_builder: ^1.0.4

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_builder/image_color_builder.dart';
3
likes
140
points
53
downloads

Publisher

verified publisherjanlionly.dev

Weekly Downloads

A Flutter package for generating the image and the image's dominant color with a given image url.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, palette_generator

More

Packages that depend on image_color_builder