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.