lib_llama_cpp_platform_interface 0.7.3
lib_llama_cpp_platform_interface: ^0.7.3 copied to clipboard
Platform interface for the lib_llama_cpp federated Flutter FFI plugin.
lib_llama_cpp_platform_interface #
Platform interface for the lib_llama_cpp federated Flutter plugin.
This package defines the native library resolution contract shared by the
app-facing package and platform implementations. Platform packages implement
LibLlamaCppPlatform and return a LlamaCppLibraryDescriptor describing how
Dart FFI should locate the compiled llama.cpp library.
Most Flutter applications should depend on lib_llama_cpp instead of importing
this package directly.