spider

A small dart library to generate Assets dart code from assets folder.

APACHE-2.0 License

Stars
190
Committers
9
spider - Release v0.3.6

Published by BirjuVachhani over 4 years ago

  • Fixed issue of creating references for files like .DS_Store
  • Now Spider shows error if you try to create a group with flutter specific assets directories like 2.0x and 3.0x.
spider - Release v0.3.5

Published by BirjuVachhani over 4 years ago

  • Fixes common commands execution issue. Now you can execute command anywhere you like.
spider - Release v0.3.4

Published by BirjuVachhani over 4 years ago

  • Fix build command when there are sub-directories in assets directories #5
spider - Release v0.3.3

Published by BirjuVachhani over 4 years ago

  • Added smart watch feature.
  • use --smart-watch option when running build command to enable it.
spider - Release v0.3.2

Published by BirjuVachhani over 4 years ago

  • Fixed create command.
spider - Release v0.3.1

Published by BirjuVachhani over 4 years ago

  • Fix version command.
  • Formatted outputs and added more verbose logs.
  • Added config validation before processing assets.
spider - Release v0.3.0

Published by BirjuVachhani over 4 years ago

  • Add support for categorization by file types.
  • Add support for using prefixes for generated dart references.
spider - Release v0.2.1

Published by BirjuVachhani over 4 years ago

  • Add support for JSON format for config files
  • Add flag --json to create command to create json config file.
  • Update readme to add json option for config file.
spider - Release v0.2.0

Published by BirjuVachhani over 4 years ago

  • Add support for multiple assets directories
  • Add support for separate class generation
  • Uses sample config file config creation
spider - Release v0.1.3

Published by BirjuVachhani over 4 years ago

  • Add support for watching directories for file changes
  • Rename init command to create command
  • Implemented verbose flag for the build command
  • add build command
spider - Release v0.1.2

Published by BirjuVachhani over 4 years ago

  • Add emojis for console logs
spider - Release v0.1.1

Published by BirjuVachhani over 4 years ago

  • fix issues of pub.dev health report
  • refactor code
spider - Release v0.1.0

Published by BirjuVachhani over 4 years ago

  • added dart class generator
  • fix pub.dev warnings
  • add code documentation
spider - Release v0.0.1

Published by BirjuVachhani over 4 years ago

  • Initial version for demo purpose
  • Avoid using in production.