java-james / flutter_dotenv

Loads environment variables from `.env`.
https://pub.dartlang.org/packages/flutter_dotenv
MIT License
209 stars 46 forks source link

Allow --dart-define variables in .env file #102

Closed nsivraj closed 1 month ago

nsivraj commented 1 month ago

If the key is not in the env map then return String.fromEnvironment rather than always empty string

nsivraj commented 1 month ago

It looks like fromEnvironment must be const and so this does not work