rename_flutter_project 1.0.1 copy "rename_flutter_project: ^1.0.1" to clipboard
rename_flutter_project: ^1.0.1 copied to clipboard

A CLI to rename a Flutter project's name, imports, and folder.

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
3
likes
125
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI to rename a Flutter project's name, imports, and folder.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

path, yaml

More

Packages that depend on rename_flutter_project