Skip to content

Starling SDK 0.1.0 — Linux x86_64 bundle

Pre-release
Pre-release

Choose a tag to compare

@starling-build-dev starling-build-dev released this 03 Aug 12:02

Download-and-point SDK bundle: the Flutter→Swift framework plus the engine binaries it links against, in one tree. No engine checkout needed.

Install

curl -LO https://github.com/starling-build/starling/releases/download/sdk-v0.1.0/starling-sdk-linux-x86_64.tar.gz
sudo tar -xzf starling-sdk-linux-x86_64.tar.gz -C /opt/

Then depend on it by path — see the getting-started guide at https://starling.build/start.html.

Contains the framework sources, engine/lib/ (libflutter_engine.so, libflutter_linux_drm.so, libflutter_linux_gtk.so) and engine/share/ (icudtl.dat, flutter_assets). Linux x86_64, built against the engine at release config. Verified by building and running a GTK-hosted app with no engine checkout in scope.