Initial Flutter app configured for 3 environments: development, staging, production.
Use this app as initial for new projects.
iOS: set appName for each environment (Xcode: Runner/Targets/Runner/Build Settings/APP_DISPLAY_NAME)
to open Xcode use:
open ios/Runner.xcworkspace
Android: android/app/build.gradle (defaultConfig/applicationId + namespace)
Change bundle identifier for each environments
Xcode: Runner-Targets-Runner-Build Settings-Packaging-Product Bundle Identifier
Change bundle identifier for each environments
android/app/src/main/kotlin/com/example/new_app/MainActivity.kt