Install Flutter using snapd
The easiest way to install Flutter on Linux is by using snapd. For more information, see Installing snapd.
Once you have snapd, you can install Flutter using the Snap Store, or at the command line:
$ sudo snap install flutter --classic
Note: Once the snap is installed, you can use the following command to display your Flutter SDK path:
$ flutter sdk-path