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:
- Install the rename package
dart pub global run rename
- Run the rename command
cd flutter
rename setAppName --targets android,ios,web,macos,windows,linux --value YOUR_APP_NAME