flutterchi 1.0.0
flutterchi: ^1.0.0 copied to clipboard
A powerful CLI tool to automate Flutter builds. Create APK, App Bundle, and Windows EXE with simple commands. Automatically saves to Desktop.
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.
1.0.0 - 2025-01-05 #
Added #
- Initial release
- APK build command
- App Bundle (AAB) build command
- Windows EXE build command
- Build all formats command
- Environment check command
- Smart Flutter path detection
- Auto-save to Desktop/FlutterBuilds
- Progress tracking during builds
- Automatic file naming with version
- Cross-platform support (Windows, macOS, Linux)
- Comprehensive error handling
- Helpful error messages with solutions
Features #
flutterchi apk- Build Android APKflutterchi bundle- Build Android App Bundleflutterchi exe- Build Windows EXEflutterchi all- Build all formatsflutterchi check- Check environmentflutterchi help- Show help
Documentation #
- Complete README with examples
- Installation guide
- Troubleshooting section
- Usage examples
- Contributing guidelines
[Unreleased] #
Planned Features #
- iOS build support
- Custom output directory option
- Build configuration file
- Obfuscation support
- Split APK per ABI
- Automatic version bumping
- Build statistics
- CI/CD integration helpers