I'm using flutter dev and I wanted to enable linux support to many applications and followed this tutorial but the thing is
Everytime I try to run snapcraft
launches a VM and installs flutter again from the snap
this uses lot of my disk space,time and internet snapcraft --use-lxd
does the same
So is there any other way to build a linux app either a deb file, appimage or anything is fine?
Thanks.