setting up environment variables for flutter in linux code example
Example: flutter environment variables
const bool isProduction = bool.fromEnvironment('dart.vm.product');
const bool isProduction = bool.fromEnvironment('dart.vm.product');