flutter windows installer code example
Example 1: flutter install
$ export PATH="$PATH:`pwd`/flutter/bin"
Example 2: flutter install in window
C:\src>git clone https://github.com/flutter/flutter.git -b stable
$ export PATH="$PATH:`pwd`/flutter/bin"
C:\src>git clone https://github.com/flutter/flutter.git -b stable