asset_file_generator 0.0.1
asset_file_generator: ^0.0.1 copied to clipboard
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 #
- Fork it (https://github.com/himanshugarg08/asset_file_generator/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request