how to setup environment in flutter code example
Example 1: install flutter
$ sudo snap install flutter --classic
Example 2: flutter windows
C:\src>git clone https://github.com/flutter/flutter.git -b stable
Example 3: flutter environment variables
const bool isProduction = bool.fromEnvironment('dart.vm.product');