dazzle_flutter 1.0.0-beta.5 copy "dazzle_flutter: ^1.0.0-beta.5" to clipboard
dazzle_flutter: ^1.0.0-beta.5 copied to clipboard

Dazzle SDK for Flutter. Embedded in-process database with HNSW vector search and a ChatAgent runtime for on-device LLM agents. Links the same libdazzle.so / Dazzle.xcframework the native Android and i [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dazzle_flutter

With Flutter:

 $ flutter pub add dazzle_flutter

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

dependencies:
  dazzle_flutter: ^1.0.0-beta.5

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:dazzle_flutter/dazzle_flutter.dart';
0
likes
0
points
246
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Dazzle SDK for Flutter. Embedded in-process database with HNSW vector search and a ChatAgent runtime for on-device LLM agents. Links the same libdazzle.so / Dazzle.xcframework the native Android and iOS SDKs ship — zero behaviour drift across platforms. Includes five swappable LLMClient adapters: LlamaCpp (GGUF), LiteRT-LM, FoundationModels (iOS 26+), OpenAI-compatible, and Anthropic.

Repository (GitHub)
View/report issues

Topics

#llm #agent #embedded-database #vector-search #on-device-ai

License

unknown (license)

Dependencies

ffi, flutter, flutter_web_plugins, http, plugin_platform_interface, web

More

Packages that depend on dazzle_flutter

Packages that implement dazzle_flutter