`snapd` on Bazzite?
I'm aware that it's blasphemy, but I want to develop Flutter applications on my Bazzite machine and the SDK is officially distributed via Snap. I could compile it myself, but I would prefer to use Snap if possible.
I've done some digging and it seems like installing
snapd
on Bazzite and other immutable distros is possible, but without some significant workarounds and risk of breakage, it's insecure and not recommended. The few scripts and articles I've seen on it appear to be outdated.
Any recommendations or advice?Solution:Jump to solution
looks like they provide the SDK outside of Snap https://docs.flutter.dev/get-started/install/linux
Linux Installation Guide
Learn how to install Flutter on Linux.
3 Replies
Solution
looks like they provide the SDK outside of Snap https://docs.flutter.dev/get-started/install/linux
Linux Installation Guide
Learn how to install Flutter on Linux.
I'm assuming that this is something I would install in a Distrobox container, then?
you got it