env_manager library

Functions

get(String envName, {bool? withProduction}) → dynamic
Method to get an environment variable from the system
locateAndLoad(List<EnvironmentFileLoader> envFiles) Future<void>
Method to load the environment files in memory before the application's start
useProductionEnvironment(bool setToProduction) → void
Select the default environment to get the variables