PUBDEV
tavily_dart v0.2.1
Dart Client for the Tavily API (a search engine optimized for LLMs and RAG).
PUBDEV
open_responses v0.1.0
Dart client for the OpenResponses API. Provides a unified, type-safe interface for interacting with multiple LLM providers through the OpenResponses specification.
PUBDEV
openai_realtime_dart v0.1.1
Dart client for the OpenAI Realtime API (beta), a stateful, event-based API that communicates over a WebSocket.
PUBDEV
ollama_dart v1.0.0
Dart client for the Ollama API to run LLMs locally (OpenAI gpt-oss, DeepSeek-R1, Gemma 3, Llama 4, and more).
PUBDEV
mistralai_dart v1.0.0
Dart client for the Mistral AI API - chat, embeddings, fine-tuning, agents, and more.
PUBDEV
googleai_dart v3.1.0
Unofficial Dart client for the Google AI Gemini Developer API and Vertex AI Gemini API with unified interface.
PUBDEV
chromadb v1.0.0
Dart client for the ChromaDB vector database API - the open-source embedding database for AI applications.
PUBDEV
anthropic_sdk_dart v1.0.0
Dart client for the Anthropic API. Provides type-safe access to Claude models with streaming, tool use, and batch processing support.
PUBDEV
emails_validator v1.1.0
Simple and efficient email address validator for Dart. Validates email syntax without using regular expressions, following RFC standards with detailed debug information.
PUBDEV
flutter_neo_shield v0.2.0
Client-side PII protection toolkit for Flutter — auto-scrubs sensitive data from logs, secures clipboard with timed auto-clear, protects sensitive strings in memory, and obfuscates string literals in ...
PUBDEV
fuzzy_search_engine v1.1.0
Fast and lightweight search engine for Dart/Flutter with fuzzy search capabilities — lightweight and flexible.
PUBDEV
open_wake_word v0.1.0
A Flutter FFI plugin for openWakeWord, providing efficient on-device wake word detection.
PUBDEV
flutter_licences_mcp v0.0.1
MCP server for listing and auditing open-source licences of Flutter/Dart project dependencies.
PUBDEV
grapher_annotation v0.5.1
Annotation package for 'grapher_builder' package. For generating GraphQL based on dart code models.
PUBDEV
grapher_builder v0.5.1
GraphQL code generation based on dart code models. Supports all GraphQL types including queries, mutations, subscriptions, inputs, and enums.
DEVTO
How I built a spaced repetition vocabulary app with Flutter and FSRS
I'm a solo developer and this is my first published app. I built a Spanish vocabulary app that teaches the 1,000 most common words using spaced repetition. Here's how it works. The idea 1,000 words co...
PUBDEV
davianspace_reactive v1.0.0
High-performance reactive state management for Dart and Flutter using signals, computed values, effects, batching, async state, and dependency injection.