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