llamafu 0.0.1
llamafu: ^0.0.1 copied to clipboard
A Flutter package for running language models on device with support for completion, instruct mode, tool calling, streaming, constrained generation, LoRA, and multi-modal inputs (images, audio).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add llamafu
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
llamafu: ^0.0.1
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:llamafu/llamafu.dart';