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

A Flutter package for easy asset management and loading

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate easy_assets

Use it

The package has the following executables:

$ easy_assets_generator

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_assets

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

dependencies:
  easy_assets: ^0.0.1

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:easy_assets/easy_assets.dart';
5
likes
160
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for easy asset management and loading

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, path, yaml

More

Packages that depend on easy_assets