flutter_clone_cli 1.0.1 copy "flutter_clone_cli: ^1.0.1" to clipboard
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 ftcreate command
  • 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, and MainActivity.kt
  • iOS Updates: Automatically updates Info.plist and project.pbxproj files
  • 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
4
likes
0
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to create Flutter projects from custom templates

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, mason_logger, path, yaml

More

Packages that depend on flutter_clone_cli