asset_fill 1.0.0 copy "asset_fill: ^1.0.0" to clipboard
asset_fill: ^1.0.0 copied to clipboard

outdated

A package generate assets in pubspec.yaml

This package automatically adds to pubspec.yaml all the subfolders from asstes.

Usage #

  • Make sure that your pubspec.yaml declares a flutter dictionary and a list of assets that contains at least one placeholder element as shown below. Consider checking the example.
flutter:
  # stuff
  assets:
    - placeholder
  • Place your files and folders to an assets directory.
  • Execute following command:
flutter pub run asset_fill
  • Remove the placeholder



Watch the example #

Demo gif

17
likes
0
pub points
79%
popularity

Publisher

unverified uploader

A package generate assets in pubspec.yaml

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

yaml_edit

More

Packages that depend on asset_fill