flutter_local_agent_kit 1.1.2
flutter_local_agent_kit: ^1.1.2 copied to clipboard
Offline-first AI framework for Flutter. Resident LLM inference, local RAG, and autonomous agents with a Material 3 Chat UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_local_agent_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_local_agent_kit: ^1.1.2Alternatively, 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:flutter_local_agent_kit/flutter_local_agent_kit.dart';