Skip to content

Instantly share code, notes, and snippets.

@TatsuUkraine
Last active May 7, 2020 18:01
Show Gist options
  • Save TatsuUkraine/6a933e3e2d17944fd54c5c0e0e9a5e7e to your computer and use it in GitHub Desktop.
Save TatsuUkraine/6a933e3e2d17944fd54c5c0e0e9a5e7e to your computer and use it in GitHub Desktop.
class EnvironmentConfig {
static const SOME_VAR = String.fromEnvironment('SOME_VAR');
static const OTHER_VAR = String.fromEnvironment('OTHER_VAR');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment