flutter_post_build 1.1.0
flutter_post_build: ^1.1.0 copied to clipboard
A command-line tool to rename and organize Flutter build artifacts after the build process is complete.
Changelog #
1.1.0 - 2025-11-09 #
- FEAT: Added
move_filesoption. When set tofalse, files are copied to thefinal_directoryinstead of being moved, leaving the original build artifacts intact. - DOCS: Updated README to include documentation for the new
move_filesflag.
1.0.0 - 2025-11-09 #
- Initial Release
- Core functionality to rename and move build artifacts based on
pubspec.yamlconfiguration. - Supports
package_nameandfinal_directoryoptions.