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
- aot_link
- builder
- runtime
- The runtime half of the AOT backend: SlintCompilerFactory and the
SlintComponentOps bundle a generated
*.aot.g.dartfills in. - slint_compiler
- AOT backend generation for
.slintfiles:*.aot.g.dartlibraries that bind the code asset built bybuildSlintAot(aot_build.dart), exposing oneSlintCompilerFactoryper component.