image_tool 0.2.2 copy "image_tool: ^0.2.2" to clipboard
image_tool: ^0.2.2 copied to clipboard

A Flutter package that organizes image's resolution variants inside your asset's folder. Add image list to pubspec.yaml for flutter packages.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate image_tool

Use it

The package has the following executables:

$ imgtool

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_tool

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

dependencies:
  image_tool: ^0.2.2

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_tool/image_tool.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package that organizes image's resolution variants inside your asset's folder. Add image list to pubspec.yaml for flutter packages.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, path, watcher, yaml

More

Packages that depend on image_tool