genesis_ai_sdk 0.1.0 copy "genesis_ai_sdk: ^0.1.0" to clipboard
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_sdk

This 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.0

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:genesis_ai_sdk/genesis_ai_sdk.dart';
4
likes
150
points
46
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 routing, persistent memory, and safety guardrails.

Repository (GitHub)
View/report issues

Topics

#flutter #ai #llm #agent #on-device

License

MIT (license)

Dependencies

flutter, flutter_gemma, hive, hive_flutter, http, llama_cpp_dart, path_provider

More

Packages that depend on genesis_ai_sdk