spider 0.3.0
spider: ^0.3.0 copied to clipboard
A small dart command-line tool to generate Assets dart code from the assets folder.
0.3.0 #
- Add support for categorization by file types.
- Add support for using prefixes for generated dart references.
0.2.1 #
- Add support for JSON format for config files
- Add flag
--json
tocreate
command to create json config file. - Update readme to add json option for config file.
0.2.0 #
- Add support for multiple assets directories
- Add support for separate class generation
- Uses sample config file config creation
0.1.3 #
- Add support for watching directories for file changes
- Rename
init
command tocreate
command - Implemented verbose flag for build command
- add
build
command
0.1.2 #
- add emojis for console logs
0.1.1 #
- fix issues of pub.dev health report
- refactor code
0.1.0 #
- added dart class generator
- fix pub.dev warnings
- add code documentation
0.0.1 #
- pre-alpha release
- Initial version for demo purpose
- avoid using in production.