flutter_dotenv icon indicating copy to clipboard operation
flutter_dotenv copied to clipboard

add loading from base env file

Open SilentCatD opened this issue 1 year ago • 0 comments

https://github.com/java-james/flutter_dotenv/issues/120

This will serve some purposes:

  • Share some variables between different environments
  • Add an additional fallback mechanism with the base environment file
  • Override existing environment variable inside the base file with a chosen env

Priority will be as follows:

  • Base env file < Env file + merge with

SilentCatD avatar Nov 21 '24 06:11 SilentCatD