image_color_builder 1.0.2 copy "image_color_builder: ^1.0.2" to clipboard
image_color_builder: ^1.0.2 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 Dart:

 $ dart pub add image_color_builder

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 dart pub get):

dependencies:
  image_color_builder: ^1.0.2

Alternatively, your editor might support dart pub get or 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
0
points
24
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)
View/report issues

License

unknown (license)

Dependencies

flutter, http, palette_generator

More

Packages that depend on image_color_builder