examples property
Example .env configuration file content.
This string provides a template for the .env file used to configure
the distribution environment. It includes placeholders for Android and
iOS build settings, Firebase credentials, and Fastlane configuration.
Implementation
static String examples = '''
ANDROID_BUILD=true
ANDROID_DISTRIBUTE=true
ANDROID_PLAYSTORE_TRACK=internal
ANDROID_PLAYSTORE_TRACK_PROMOTE_TO=production
ANDROID_PACKAGE_NAME=
ANDROID_FIREBASE_APP_ID=
ANDROID_FIREBASE_GROUPS=
ANDROID_BINARY=appbundle
IOS_BUILD=true
IOS_DISTRIBUTE=true
IOS_DISTRIBUTION_USER=
IOS_DISTRIBUTION_PASSWORD=
USE_FASTLANE=true
USE_FIREBASE=false
''';