flutter_makefile 1.0.2
flutter_makefile: ^1.0.2 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.
1.0.2 - 2025-10-18 #
1.0.0 - 2025-10-18 #
Features #
- Add flutter_makefile CLI tool with init and update commands (c6ea34d)
- Add initial changelog for flutter_makefile CLI tool (3c91ff9)
- Add Makefile and package.json for project setup and configuration (6ab042b)
- Add MIT License to the project (d89e036)
- Add semantic release configuration and update version script for automated versioning (5828ba9)
- Add version badge to README for better visibility of project version (f53e403)
- Enhance project initialization with semantic-release support and versioning scripts (a044a79)
- Improve formatting in Makefile and package.json templates for better readability (5cfec4b)
- Update Makefile and README for improved command consistency and add package publishing commands (008f8b6)
- Update project description and metadata in pubspec.yaml (2d619bb)
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