Skip to content

Instantly share code, notes, and snippets.

@TatsuUkraine
Last active May 11, 2020 21:18
Show Gist options
  • Save TatsuUkraine/92bc7bb331e3d04d6293e572f8c1f596 to your computer and use it in GitHub Desktop.
Save TatsuUkraine/92bc7bb331e3d04d6293e572f8c1f596 to your computer and use it in GitHub Desktop.
class EnvironmentConfig {
static const APP_NAME = String.fromEnvironment(
'DEFINEEXAMPLE_APP_NAME',
defaultValue: 'awesomeApp'
);
static const APP_SUFFIX = String.fromEnvironment(
'DEFINEEXAMPLE_APP_SUFFIX'
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment