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

PlatformiOSmacOS

On-device LLM inference for Flutter: llama.cpp with Metal on iOS/macOS, wllama on web. Streaming sessions, chat formats, model downloads, and memory-aware multi-agent orchestration.

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  llama_cpp_flutter: ^0.8.0

Alternatively, your editor might support 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
120
points
121
downloads

Documentation

API reference

Publisher

verified publisherjamiewest.dev

Weekly Downloads

On-device LLM inference for Flutter: llama.cpp with Metal on iOS/macOS, wllama on web. Streaming sessions, chat formats, model downloads, and memory-aware multi-agent orchestration.

Repository (GitHub)
View/report issues

Topics

#llm #llama-cpp #gguf #on-device-ai #local-ai

License

MIT (license)

Dependencies

characters, extensions, ffi, flutter, meta, web

More

Packages that depend on llama_cpp_flutter

Packages that implement llama_cpp_flutter