smart_asset_generator 0.2.0 copy "smart_asset_generator: ^0.2.0" to clipboard
smart_asset_generator: ^0.2.0 copied to clipboard

A Dart/Flutter CLI toolkit for generating asset references, barrel files, GetX modules, and GitLab PR checker scaffolding.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate smart_asset_generator

Use it

The package has the following executables:

$ smart_asset_generator

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_asset_generator

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

dependencies:
  smart_asset_generator: ^0.2.0

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:smart_asset_generator/smart_asset_generator.dart';
6
likes
150
points
217
downloads

Publisher

verified publisherquantumeye.in

Weekly Downloads

A Dart/Flutter CLI toolkit for generating asset references, barrel files, GetX modules, and GitLab PR checker scaffolding.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, intl, path, yaml

More

Packages that depend on smart_asset_generator