slint

Abstract render-engine API for Slint on Flutter: SlintEngine, SlintComponent, SlintRenderTarget, and input events. Pure Dart on the surface; shared Rust lives in rust/ (slint-dart-core). Implementations: slint_interpreter (software) and slint_skia (Skia).

dependencies:
  slint: ^0.0.1

Full docs: see the docs site (just docs-serve) — package page under Packages, plus the Backends guide.

Libraries

slint
Core abstractions for embedding the Slint UI toolkit in Flutter.
slint_core
Flutter-free core of the slint package: component/engine interfaces, render targets, and input event encoding.