flutter_asset_generator 0.4.3 copy "flutter_asset_generator: ^0.4.3" to clipboard
flutter_asset_generator: ^0.4.3 copied to clipboard

outdated

Automatically generate a resource file by scanning pubspec.yaml to correspond to the flutter's asset, imitation R file short name.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_asset_generator

Use it

The package has the following executables:

$ fgen

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_asset_generator

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

dependencies:
  flutter_asset_generator: ^0.4.3

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:flutter_asset_generator/builder.dart';
import 'package:flutter_asset_generator/logger.dart';
import 'package:flutter_asset_generator/markdown_image_server.dart';
import 'package:flutter_asset_generator/template.dart';
108
likes
0
points
2.6k
downloads

Publisher

verified publisherfluttercandies.com

Weekly Downloads

Automatically generate a resource file by scanning pubspec.yaml to correspond to the flutter's asset, imitation R file short name.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path, yaml

More

Packages that depend on flutter_asset_generator