skin_assets_runner 0.0.1
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_runnerWith Flutter:
$ flutter pub add skin_assets_runnerThis 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.1Alternatively, 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';