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