add flutter to environment variables code example
Example 1: flutter sdk path
C:\src>git clone https://github.com/flutter/flutter.git -b stable
Example 2: flutter environment variables
const bool isProduction = bool.fromEnvironment('dart.vm.product');