leoafarias / fvm

Flutter Version Management: A simple CLI to manage Flutter SDK versions.
https://fvm.app
MIT License
4.59k stars 226 forks source link

Support flatpak or snaps on Linux. #607

Open safield opened 7 months ago

safield commented 7 months ago

Nobody on Linux uses Homebrew, and it seems like a very niche way to install FVM on linux.

Ideally flatpak, or snap could be the official way to install on Linux.

leoafarias commented 7 months ago

I am open to it; however, I am looking for someone to help lead to this.

Also I have an install script approach, which will be sharing soon.

safield commented 7 months ago

Oh I prefer and install script on Linux over using Homebrew! Installing a whole package manager for one tool is tough sell for me.

Thanks!

leoafarias commented 7 months ago

Please let me know if this solves the issue

curl -fsSL https://raw.githubusercontent.com/leoafarias/fvm/main/scripts/install.sh | bash