dotenv 4.2.0
SDKdartflutter
Platformandroidioswindowslinuxmacos
Load environment variables from a `.env` file.
example
Note consuming code must call load before accessing the env map.
usage
From this directory, run
$ dart run example.dart
setup
Define variables in a .env file.
$ cp .env.example .env