flutter_asset_injector 1.1.0
flutter_asset_injector: ^1.1.0 copied to clipboard
A Dart CLI tool to automatically read your assets folder and add all directories to pubspec.yaml.
1.1.0 (2026-Mar-23) #
- Improved directory scanning safety
- Prevented circular symlink recursion
- Replaced process exits with exceptions
- Added real test coverage
- Converted package to pure Dart (removed Flutter SDK dependency)
- CI workflow improvements
1.0.4 (2026-Mar-22) #
- Fixed README banner and GIF rendering on pub.dev
1.0.3 (2026-Mar-22) #
- Fixed README banner and GIF rendering on pub.dev
1.0.2 (2026-Mar-22) #
- Updated documentation.
- Update dependencies.
1.0.1 (2026-Mar-22) #
- Updated documentation.
- Update dependencies.
1.0.0 (2026-Mar-21) #
- Initial CLI implementation
- Folder scanning support
- Pubspec asset injection