ca_generator 0.0.2
ca_generator: ^0.0.2 copied to clipboard
A CLI tool to generate Flutter projects from B-L Studios template with interactive setup.
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-09-12 #
Added #
- Initial release of Flutter Template Generator
- Interactive CLI setup with colored output
- Support for project name and package name customization
- IDE configuration (VS Code and Android Studio)
- Automatic template download from GitHub
- Project file updates (pubspec.yaml, flavorizr.yaml, Dart imports)
- AndroidManifest.xml notification channel updates
- Automatic cleanup of temporary files
- Flutter clean and pub get execution
- Prerequisites checking (Flutter, Git)
- Comprehensive error handling and validation
- Help and version command line options
Features #
- Cross-platform support (Windows, macOS, Linux)
- Input validation for project names and package names
- Default value suggestions
- Confirmation before project creation
- Existing directory handling with user choices
- Progress indicators and status messages
- Timeout handling for network requests
Documentation #
- Comprehensive README with installation and usage instructions
- Changelog following semantic versioning
- MIT License included