I used snap to install flutter on an Ubuntu (Kubuntu) 19.04 disco. I've done the following:
sudo snap install flutter --classic
sudo snap install flutter-gallery
flutter channel dev
flutter upgrade
flutter config --enable-linux-desktop
credits: https://stackoverflow.com/a/62939783/11596178
However, for some reason, my flutter folder in snap does not contain a "common" directory.
/snap/flutter$ ls
22 current
This is a problem because it is to my understanding that the SDK should be in /home/(username)/snap/flutter/common/flutter
Where is my flutter SDK if the common folder does not exist?