lazy_asset_generator 1.4.1
lazy_asset_generator: ^1.4.1 copied to clipboard
A Flutter code generator that creates strongly-typed asset access classes based on your project’s asset folders. It scans the directories defined in your pubspec and automatically builds typed helpers [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add lazy_asset_generatorWith Flutter:
$ flutter pub add lazy_asset_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lazy_asset_generator: ^1.4.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:lazy_asset_generator/lazy_asset_generator.dart';