flutter_build_manager 1.0.18
flutter_build_manager: ^1.0.18 copied to clipboard
A production-ready open-source Dart CLI package that manages Flutter releases for macOS, Windows, Linux, iOS, and Android.
1.0.18 #
- Update README to fix build command syntax to explicitly include the mandatory
-ttarget flag.
1.0.17 #
- Rewrite README to simplify documentation and emphasize
dart runusage over global installation.
1.0.16 #
- Rename executable command and configuration file from
flutter_releasetoflutter_build_manager.
1.0.15 #
- Update README to reflect new single date folder structure and new
build/releasedefault path.
1.0.14 #
- Update release directory structure to use a single date format
dd_MM_yyyy(e.g.24_07_2026). - Simplify configuration to use a single
datekey underorganize_byinstead of separateyearandmonthkeys. - Move default release directory inside the
buildfolder (build/release).