llamadart_litert_lm_flutter

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

Add this package to a Flutter iOS/macOS app when the app should link the prebuilt LiteRT-LM Apple XCFrameworks through SwiftPM instead of relying on the core package's native-assets fallback.

dependencies:
  llamadart: ^0.8.0
  llamadart_litert_lm_flutter: ^0.0.1

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.13.1.

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.