how to set environment variable for flutter code example
Example: flutter environment variables
const bool isProduction = bool.fromEnvironment('dart.vm.product');
const bool isProduction = bool.fromEnvironment('dart.vm.product');