asset_fill 2.0.0 asset_fill: ^2.0.0 copied to clipboard
Package for generating assets in pubspec.yaml. Iterates throw all the subdirectories in assets folder.
2.0.0 #
- Assets are updated, not appended. So you can run the script multiple times. Thanks to @WorkNedoPrograMax (#6)
1.1.0 #
- Fix missed parent subfolders (#5)
- Fix missing slash typo (#4)
- Improved example
1.0.2 #
- Fix for backslashes in pubspec.yaml output for Windows Platform
- Typo fix in function name
1.0.1 #
- Update docs
1.0.0 #
- Basic functionality