llamadart_litert_lm_flutter

Flutter Apple Swift Package Manager companion package for llamadart .litertlm / LiteRT-LM support.

Add the package to a Flutter iOS app when it should link the prebuilt LiteRT-LM Apple XCFrameworks through SwiftPM instead of relying on the core package's native-assets fallback. The manifest includes the complete macOS target set, but llamadart's Flutter macOS hook path currently keeps the core native-assets runtime fallback.

dependencies:
  llamadart: ^0.8.16
  llamadart_litert_lm_flutter: ^0.0.6

This package has no runtime Dart API of its own. Import package:llamadart normally from the core package and use LlamaBackend() / LlamaEngine there.

The Apple SwiftPM manifest pins leehack/litert-lm-native@v0.14.0-native.2.

Source for this package lives in packages/llamadart_litert_lm_flutter in the llamadart repository.

Libraries

llamadart_litert_lm_flutter
Flutter Apple SwiftPM companion package for llamadart LiteRT-LM / .litertlm runtime linking.