how to fetch env files in your ci/cd pipeline flutter code example
Example: flutter environment variables
const bool isProduction = bool.fromEnvironment('dart.vm.product');
const bool isProduction = bool.fromEnvironment('dart.vm.product');