slint_compiler

AOT backend for the wrappers slint_generator emits: .slint files compiled ahead of time with slint-build into the app's own code asset — no slint-interpreter at runtime. The interpreter path is independent.

dependencies:
  slint_compiler: ^0.0.1

Full docs: see the docs site (just docs-serve) — package page under Packages (pipeline, tree-shaking, size breakdown), and the Backends guide.

Libraries

aot_build
builder
runtime
The runtime half of the AOT backend: SlintCompilerFactory and the SlintComponentOps bundle a generated *.aot.g.dart fills in.
slint_compiler
AOT backend generation for .slint files: *.aot.g.dart libraries that bind the code asset built by buildSlintAot (aot_build.dart), exposing one SlintCompilerFactory per component.