# Rename App

> Renames the Flutter app display name on all platforms using rename_app. Use when the user asks to rename the app, change the app name, or set the launcher name.

- Skill: `emadbeltaje/rename-app` (Agent Skill)
- Install (CLI): `npx skillmds@latest add emadbeltaje/rename-app`
- Raw SKILL.md: https://api.skillmd.com/api/skills/emadbeltaje/rename-app/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: emadbeltaje (https://skillmd.com/u/emadbeltaje)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/emadbeltaje/rename-app

---


# Rename app

If the user did not give a name, ask for it before running anything.

Then from the project root:

```
flutter pub run rename_app:main all="{App Name}"
```

Example: `flutter pub run rename_app:main all="My App Name"`

Done when the command exits 0. Report the name that was applied.

