Linux
Thermion runs on Linux desktop (experimental). The thermion_flutter package ships a
Linux plugin that bridges Filament to a Flutter window using Vulkan (Wayland), with an
OpenGL/EGL path as a fallback.
It has been built and tested on Ubuntu 22.04; other distributions may work, but your mileage may vary.
System dependencies
Section titled “System dependencies”Install the libraries the Linux build links against:
sudo apt install libgtk-3-dev liblzma-dev libdrm-devRunning
Section titled “Running”flutter run -d linuxThe quickstart, picking, viewer, and animations examples under
examples/flutter/ all build and run on Linux.
