Open
Description
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:
- Unable to run on linux objectbox/objectbox-dart#317
- snapcraft fails with CMake Error canonical/flutter-snap#47
- Snap uses an old version of CMake canonical/flutter-snap#53
- The Linux toolchain CMake build dependency (CMake 3.14 or higher is required. You are running version 3.10.2) flutter/flutter#101788
- How to upgrade cmake version in Linux Toolchain. flutter/flutter#100183
- https://snapcraft.io/docs/snapcraft-yaml-reference
Activity