asset_wizard 0.2.1 copy "asset_wizard: ^0.2.1" to clipboard
asset_wizard: ^0.2.1 copied to clipboard

A magical Flutter CLI tool that compresses images, removes unused assets, generates type-safe classes, creates ZIP backups and shrinks your app size in seconds.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate asset_wizard

Use it

The package has the following executables:

$ ak

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add asset_wizard

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

dependencies:
  asset_wizard: ^0.2.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:asset_wizard/asset_wizard.dart';
1
likes
130
points
119
downloads

Publisher

unverified uploader

Weekly Downloads

A magical Flutter CLI tool that compresses images, removes unused assets, generates type-safe classes, creates ZIP backups and shrinks your app size in seconds.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #assets #optimization #compression #performance

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

archive, args, crypto, dart_style, flutter, image, mason_logger, path, watcher, yaml

More

Packages that depend on asset_wizard