llamadart_llama_cpp_flutter
Flutter Apple Swift Package Manager companion package for
llamadart GGUF / llama.cpp support.
Add this package to a Flutter iOS/macOS app when the app should link the prebuilt llama.cpp Apple XCFramework through SwiftPM instead of relying on the core package's native-assets fallback.
Pair companion 0.0.18 with core 0.8.23 for matching llama.cpp v0.4.0
bindings. Keep core 0.8.22 paired with companion 0.0.17.
dependencies:
llamadart: ^0.8.23
llamadart_llama_cpp_flutter: ^0.0.18
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/llamadart-native@v0.4.0.
Source for this package lives in
packages/llamadart_llama_cpp_flutter in the
llamadart repository.
Libraries
- llamadart_llama_cpp_flutter
- Flutter Apple SwiftPM companion package for llamadart llama.cpp/GGUF runtime linking.