slintAotBuilder function
Builder
slintAotBuilder(
- BuilderOptions options
Entry point for build_runner (wired up in build.yaml): turns every
ui/**.slint into lib/**.aot.g.dart binding the AOT code asset — the
same ui/ the build hook AOT-compiles, so the asset ids line up.
The typed API comes from the *.g.dart wrapper that slint_generator
emits alongside it.
Implementation
Builder slintAotBuilder(BuilderOptions options) => _SlintAotBuilder();