slint_generator
Turns .slint files into typed Dart wrappers (*.g.dart) that run on any
Slint backend. Shared by the interpreter (slint_interpreter) and the
AOT-compiled path (slint_compiler).
dev_dependencies:
slint_generator: ^0.0.1
Full docs: see the docs site (just docs-serve) — package page under
Packages (schema tool, create/load, defaultFactory), and
Getting started.
Libraries
- builder
- runtime
- The runtime half of the generated wrappers: the SlintComponentFactory
base class that a
*.g.darttakes and every backend extends. - slint_generator
- Shared
.slint→ Dart code generation.