installazione flutter code example
Example 1: how to install flutter
Just follow this link : https://flutter.dev/docs/get-started/install
And follow each and every step
Example 2: install flutter
$ sudo snap install flutter --classic
Example 3: flutter sdk
$ export PATH="$PATH:`pwd`/flutter/bin"