I have just started working on flutter SDK. In its installation(for linux) I found the following command
sudo snap install flutter --classic
But it needed snapd to be installed on my computer(wsl). I have windows operating system but I work on WSL (version 2) for my development related activities so I was going through linux installation method. I am unable to find any resources to download snap on my wsl (and do not even know what snap actually is). Can anyone suggest any commands or methods so that I can following along further with this or anyother wy by which i can install flutter in wsl.
Also I tried downloading it manually but that downloads the flutter file over to windows and I also don't know if I could change the file location to wsl from windows. If it could be done this way then please tell. If any further information is needed, then please tell :)