assets_inserter 0.1.3+2 copy "assets_inserter: ^0.1.3+2" to clipboard
assets_inserter: ^0.1.3+2 copied to clipboard

AssetsInserter automates adding asset paths to Flutter code with using templates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add assets_inserter

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

dependencies:
  assets_inserter: ^0.1.3+2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:assets_inserter/assets_inserter.dart';
1
likes
140
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

AssetsInserter automates adding asset paths to Flutter code with using templates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on assets_inserter