asset_file_generator 0.0.5
asset_file_generator: ^0.0.5 copied to clipboard
A command-line application used to generate asset file in flutter project.
0.0.1 #
- Initial version.
0.0.2 #
- Variable name generated are now alphabetically arranged.
- Option for setting the allowed file extension.
- Example is now included.
0.0.3 #
- Variable name can now be created with image name having hyphen.
0.0.4 #
- Directory watcher is added to auto generate when file inside [asset-path] changed.
- Fixed bug for new line.
0.0.5 #
- Updated Docs