flutter_dotenv icon indicating copy to clipboard operation
flutter_dotenv copied to clipboard

Should not break build if no .env file is found

Open simplenotezy opened this issue 3 years ago • 0 comments

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

simplenotezy avatar Sep 13 '22 21:09 simplenotezy