skin_assets_runner 0.0.1 copy "skin_assets_runner: ^0.0.1" to clipboard
skin_assets_runner: ^0.0.1 copied to clipboard

The Flutter code generator for your assets, skins_assets on disk , colors, … — Get rid of all String-based APIs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add skin_assets_runner

With Flutter:

 $ flutter pub add skin_assets_runner

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

dependencies:
  skin_assets_runner: ^0.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:skin_assets_runner/skin_assets_builder.dart';
import 'package:skin_assets_runner/skin_assets_code_gen.dart';
0
likes
140
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The Flutter code generator for your assets, skins_assets on disk , colors, … — Get rid of all String-based APIs.

Repository (GitHub)

License

MIT (license)

Dependencies

build, collection, crypto, glob, path, skin_assets_code_gen, yaml

More

Packages that depend on skin_assets_runner