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.yamland 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:labelinandroid/app/src/main/AndroidManifest.xml
- Rename app display name (iOS)
DISPLAY_NAMEinios/Flutter/[Develop|Staging|Production].xcconfig
- Change app build name
- Rename package name and app id
- Change Android application id
applicationIdinandroid/app/build.gradlepackagein Change Android
- Change java/kotlin package name and directories
- Change iOS bundle id
PRODUCT_BUNDLE_IDENTIFIERinios/Flutter/[Develop|Staging|Production].xcconfig
- Change Android application id
see ./LICENSE