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

outdated

A command-line application used to generate asset file in flutter project.

Asset File Generator For Flutter #

A simple command line tool that is used to generate the file containing a class, where all the assets present in the given directory will be mapped to a unique variable name.

How to Use? #

Run this command in your terminal to activate the package.

dart pub global activate asset_file_generator

To run a script directly from the command line, add the system cache bin directory to your PATH environment variable. After adding the path run this command to see the available options.

afg -h

Contributing #

  1. Fork it (https://github.com/himanshugarg08/asset_file_generator/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
4
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A command-line application used to generate asset file in flutter project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args

More

Packages that depend on asset_file_generator