configure flutter sdk code example
Example 1: flutter sdk path
flutter doctor -v
Example 2: how to install flutter
Just follow this link : https://flutter.dev/docs/get-started/install
And follow each and every step
Example 3: flutter sdk path
where flutter
Example 4: flutter sdk
$ export PATH="$PATH:`pwd`/flutter/bin"