mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-08-23 08:01:50 +08:00
example
Note consuming code must call load()
before accessing env
.
usage
From this directory, run
$ dart example.dart
setup
Create a .env
file at the application root, e.g.
$ cp .env.example ../.env