rename_flutter_project
A Dart CLI tool to rename a Flutter project's name, imports, and root folder. This tool updates your project name in the pubspec.yaml, renames the folder, and updates any package: imports to reflect the new project name.
🚀 Installation
To use the rename_flutter_project CLI tool, you need to activate it globally using pub.
1. Activate the CLI globally
Run the following command in your terminal:
dart pub global activate rename_flutter_project
```bash
dart pub global run rename_flutter_project
```bash
flutter clean
```bash
flutter pub get