flutter_ai_agent_sdk 1.1.1
flutter_ai_agent_sdk: ^1.1.1 copied to clipboard
A high-performance, extensible AI Agent SDK for Flutter with voice interaction, LLM integration, and tool execution.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_ai_agent_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_ai_agent_sdk: ^1.1.1Alternatively, 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_ai_agent_sdk/flutter_ai_agent_sdk.dart';