llama_cpp_flutter 0.1.0 copy "llama_cpp_flutter: ^0.1.0" to clipboard
llama_cpp_flutter: ^0.1.0 copied to clipboard

On-device LLM inference for Flutter, backed by llama.cpp: a vendored xcframework with a Pigeon bridge on iOS/macOS, wllama on web, plus GGUF chat clients for the agents framework and memory-aware mult [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add llama_cpp_flutter

With Flutter:

 $ flutter pub add llama_cpp_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  llama_cpp_flutter: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:llama_cpp_flutter/llama_cpp_flutter.dart';
0
likes
0
points
121
downloads

Publisher

verified publisherjamiewest.dev

Weekly Downloads

On-device LLM inference for Flutter, backed by llama.cpp: a vendored xcframework with a Pigeon bridge on iOS/macOS, wllama on web, plus GGUF chat clients for the agents framework and memory-aware multi-agent orchestration over one loaded model.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

agents, extensions, ffi, flutter, meta, web

More

Packages that depend on llama_cpp_flutter

Packages that implement llama_cpp_flutter