flutter_app_size_reducer 1.0.2
flutter_app_size_reducer: ^1.0.2 copied to clipboard
A Flutter plugin for analyzing and reducing app size through CLI commands.
Changelog #
1.0.1 - 2024-03-19 #
Features #
- Added progress bar for asset scanning
- Added support for all Flutter platforms (Android, iOS, web, macOS, Windows)
- Added example project with multi-platform support
- Added GitHub workflows for CI/CD
Bug Fixes #
- Fixed progress bar cleanup and timing issues
- Fixed asset scanning for empty directories
- Fixed export conflicts in core files
Documentation #
- Added comprehensive README with usage examples
- Added CONTRIBUTING.md and CODE_OF_CONDUCT.md
- Added example project documentation