change_project_name 2.0.0
change_project_name: ^2.0.0 copied to clipboard
A CLI tool to rename Flutter/Dart projects and update all package references automatically. Simple, fast, and made for devs who hate tedious refactors.
Changelog #
All notable changes to this project will be documented in this file.
2.0.0 - 2026-03-07 #
Features #
- Interactive Wizard: Added a guided, step-by-step mode for renaming projects.
- Automatic Backups: Project files are now automatically backed up before any modifications.
- Configuration-Driven Renaming: Support for
rename.jsonand.rename.jsonconfiguration files for repeatable rebranding. - Custom Search and Replace: Support for user-defined string replacements across the project.
- Template Generation: Added
--initflag to generate a template configuration file.
Bug Fixes #
- Fixed an issue where the
--commitflag was not negatable. - Improved file discovery to exclude backup directories.
Refactoring #
- Professionalized
CHANGELOG.mdformat (removed emojis, standardized headers). - Updated
cliff.tomlto maintain professional changelog generation.