genesis_ai_sdk 0.1.0
genesis_ai_sdk: ^0.1.0 copied to clipboard
A universal Flutter SDK for local and cloud AI agents. Unified interface for Gemini, OpenAI, Anthropic, HuggingFace, Ollama, and on-device Gemma / GGUF models with tool calling, ReAct loops, smart rou [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add genesis_ai_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
genesis_ai_sdk: ^0.1.0Alternatively, 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:genesis_ai_sdk/genesis_ai_sdk.dart';