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

outdated

To generate indexed constants for your assets in dart/flutter project! Inspired by android R.java concept

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add assets_indexer

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

dependencies:
  assets_indexer: ^0.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:assets_indexer/assets_indexer.dart';
17
likes
0
pub points
6%
popularity

Publisher

verified publisherishaqhassan.com

To generate indexed constants for your assets in dart/flutter project! Inspired by android R.java concept

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build, mustache, path, quartet

More

Packages that depend on assets_indexer