flutter_dotenv
flutter_dotenv copied to clipboard
add loading from base env file
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