flutter_makefile 0.0.1
flutter_makefile: ^0.0.1 copied to clipboard
A CLI tool for Flutter projects that provides Makefile-style commands for common development tasks like building, testing, and running Flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2025-10-18 #
Added #
- Initial release of flutter_makefile CLI tool
initcommand to generate Makefile and package.json for Flutter projectsupdatecommand to update the CLI tool to the latest version- Automatic update checking and notifications
- Shell completion support
- Verbose logging option for debugging
- Version flag to display current CLI version