guardian_assets 1.0.2 copy "guardian_assets: ^1.0.2" to clipboard
guardian_assets: ^1.0.2 copied to clipboard

Analyzes Flutter project assets for unused, missing, or oversized resources.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add guardian_assets

With Flutter:

 $ flutter pub add guardian_assets

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

dependencies:
  guardian_assets: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:guardian_assets/guardian_assets.dart';
0
likes
160
points
48
downloads

Documentation

API reference

Publisher

verified publisherlaxmanmagarati.com.np

Weekly Downloads

Analyzes Flutter project assets for unused, missing, or oversized resources.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

crypto, guardian_core, yaml

More

Packages that depend on guardian_assets