created on 2021/6
- Clone or fork the repository
- Rename the app name to new your app name
- Change app build name
- Change the name on the first line in
pubspec.yaml
and runflutter pub get
- Change import path in test directory
- Change project name and module name at "Project Structure"
- Change the name on the first line in
- Rename app label (Android)
android:label
inandroid/app/src/main/AndroidManifest.xml
- Rename app display name (iOS)
DISPLAY_NAME
inios/Flutter/[Develop|Staging|Production].xcconfig
- Change app build name
- Rename package name and app id
- Change Android application id
applicationId
inandroid/app/build.gradle
package
in Change Android
- Change java/kotlin package name and directories
- Change iOS bundle id
PRODUCT_BUNDLE_IDENTIFIER
inios/Flutter/[Develop|Staging|Production].xcconfig
- Change Android application id
see ./LICENSE