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

A script for building asset spans from input files.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate asset_span_builder

Use it

The package has the following executables:

$ asb

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add asset_span_builder

With Flutter:

 $ flutter pub add asset_span_builder

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

dependencies:
  asset_span_builder: ^1.0.1

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:asset_span_builder/asset_span_builder.dart';
0
likes
150
points
50
downloads

Publisher

verified publisherbackstreets.site

Weekly Downloads

A script for building asset spans from input files.

Repository (GitHub)

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

filesize, json_annotation, path, recase, yaml, yaml_edit

More

Packages that depend on asset_span_builder