flutter_clone_cli 1.0.1
flutter_clone_cli: ^1.0.1 copied to clipboard
A CLI tool to create Flutter projects from custom templates
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.1.0 - 2025-10-29 #
Added #
- Initial release of Flutter Template CLI
- Create Flutter projects from custom templates with a single command
- Automatic project name replacement across all project files
- Automatic package ID updates for Android and iOS
- Smart file copying that excludes build artifacts and hidden files
- Support for custom organization identifiers
- Command-line interface with
ftcreatecommand - Validation for project names (lowercase, underscores, numbers only)
- Progress indicators for better user experience
- Comprehensive error handling and user feedback
Features #
- Template Copying: Complete project duplication from custom templates
- Android Updates: Automatically updates
build.gradle,AndroidManifest.xml, andMainActivity.kt - iOS Updates: Automatically updates
Info.plistandproject.pbxprojfiles - File Exclusions: Skips
.git,build/,.dart_tool/, and other temporary files - Project Validation: Ensures template is a valid Flutter project before copying
Documentation #
- Comprehensive README with installation and usage instructions
- Inline code documentation
- Usage examples and best practices