Skip to content

Instantly share code, notes, and snippets.

@Ahmadre
Created February 7, 2021 00:49
Show Gist options
  • Save Ahmadre/d47bcf7c714b366fccad336c8179e83c to your computer and use it in GitHub Desktop.
Save Ahmadre/d47bcf7c714b366fccad336c8179e83c to your computer and use it in GitHub Desktop.
Call environment variables
return Scaffold(
appBar: AppBar(
title: Text(const String.fromEnvironment('TITLE')),
),
body: Container(),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment