flutter_dotenv
flutter_dotenv copied to clipboard
Should not break build if no .env file is found
Just like many other dotenv libraries, I don't think it's ideal if the build fails if no .env file is found.
For instance, we mainly use .env files for different environment config when working locally, so that it does not get pushed to repository, while leveraging defaults for non-set .env variables.
Related
- https://github.com/java-james/flutter_dotenv/issues/50