flutter_assets_tool 1.0.2
flutter_assets_tool: ^1.0.2 copied to clipboard
A clean, high-performance Flutter CLI tool to scan for unused assets, generate typed Dart references, and optimize app size.
1.0.2 #
- Added comprehensive dartdoc comments for the public API.
- Created an example project in the
example/directory.
1.0.1 #
- Updated README with correct installation instructions for pub.dev.
1.0.0 #
- Initial release of
flutter_assets_tool. - Support for scanning used/unused assets.
- strongly-typed Dart reference generation.
- Support for dynamic path concatenation.
- Support for ignoring commented-out asset references.
- Integrated file system watcher.