runtime library

The runtime half of the AOT backend: SlintCompilerFactory and the SlintComponentOps bundle a generated *.aot.g.dart fills in.

Separate from slint_compiler.dart so apps and generated code import only this, not the build-time generator API.

Classes

SlintCompilerFactory
AOT backend for the wrappers generated by slint_generator: instantiates a slint-build compiled component out of the app's own code asset, with no slint-interpreter involved.
SlintComponentOps
The C entry points of one AOT-compiled component.

Typedefs

SlintAotCallbackNative = Void Function(Pointer<Void>, Pointer<Char>)
C signature of the callback trampoline the glue crate invokes.