Skip to main content

Rename your Project

By default the project is named DevToDollars. There are a lot of things to rename (iOS, Android, Web, MacOS, Linux, Windows) and it's tedious / error prone to rename everything manually. Here are the steps to do so:

  1. Install the rename package
dart pub global run rename
  1. Run the rename command
cd flutter
rename setAppName --targets android,ios,web,macos,windows,linux --value YOUR_APP_NAME