-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Flutter Linux]: Bundling for Snap Store not working #941
Comments
canonical/flutter-snap#61 looks promising |
This looks like it could help: https://github.com/krille-chan/fluffychat-snap/pull/1/files |
@lucyllewy I just found https://github.com/lucyllewy/macOS-Linux-VM-with-Rosetta and wow, that's awesome, thank you so much, that looks really promising! However, I was struggling with getting the latest released Flutter version running via snap, and also ran into issues running manually installed Flutter. So while I did try to run with your fix in krille-chan/fluffychat-snap#1, I'm still struggling 🙂 |
Still not working: (if build from flutter git version its ok) [+15 ms] executing: [build/linux/x64/release/] cmake -G Ninja snapcraft 7.5.2 (snap download Flutter 3.13.2 • channel stable • https://github.com/flutter/flutter.git Ubuntu 22.04.3 LTS (vbox) |
Bundling the Linux app as a Snap file and eventually publishing to the Snap Store would offer a far better user experience than publishing a
tar
file on GitHub Releases. However, I'm running into issues with CMake being too old. When bundling a Snap file, apparently the Flutter installation from the Flutter Snap is used, and that comes with an ancient version.Also see:
The text was updated successfully, but these errors were encountered: