build_images 1.0.1 copy "build_images: ^1.0.1" to clipboard
build_images: ^1.0.1 copied to clipboard

A tool to generate image paths

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate build_images

Use it

The package has the following executables:

$ build_images

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add build_images

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

dependencies:
  build_images: ^1.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:build_images/build_images.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A tool to generate image paths

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

io, path

More

Packages that depend on build_images