mouazanan.dev

  • Packages
Results 10 packages owned by mouazanan.dev
Sort by

flutter_ai_corecopy "flutter_ai_core: ^0.1.14" to clipboard
flutter_ai_core: ^0.1.14 copied to clipboard

2
likes
160
points
84
downloads
Dependency-free Dart foundation for AI chat: message models, a streaming MessageProcessor, and the provider and renderer contracts the flutter_ai family builds on.#ai#llm#chat#streaming#flutter

flutter_ai_clientcopy "flutter_ai_client: ^0.3.0" to clipboard
flutter_ai_client: ^0.3.0 copied to clipboard

1
likes
160
points
106
downloads
Provider-agnostic chat controller for flutter_ai: wraps any LlmProvider with optimistic send, cancellation, regeneration, and frame-batched streaming.#ai#llm#chat#streaming#flutter

flutter_ai_elementscopy "flutter_ai_elements: ^0.2.0" to clipboard
flutter_ai_elements: ^0.2.0 copied to clipboard

1
likes
160
points
97
downloads
Composable, themeable Flutter UI for AI chat: conversation view, message bubbles, a streaming-aware composer, and a loader, styled through a mobile-first theme extension.#ai#llm#chat#streaming#widget
screenshot

flutter_ai_provider_openaicopy "flutter_ai_provider_openai: ^0.1.11" to clipboard
flutter_ai_provider_openai: ^0.1.11 copied to clipboard

1
likes
160
points
92
downloads
OpenAI-compatible LlmProvider for flutter_ai: streams Chat Completions (text, tool calls, finish reasons) as flutter_ai_core AiStreamEvents over an injectable HTTP client.#ai#llm#openai#chat#streaming

flutter_ai_provider_anthropiccopy "flutter_ai_provider_anthropic: ^0.1.12" to clipboard
flutter_ai_provider_anthropic: ^0.1.12 copied to clipboard

0
likes
160
points
185
downloads
Anthropic (Claude) LlmProvider for flutter_ai: streams the Messages API (text, extended thinking, tool use) as flutter_ai_core AiStreamEvents.#ai#llm#anthropic#claude#chatbot

flutter_ai_provider_geminicopy "flutter_ai_provider_gemini: ^0.1.13" to clipboard
flutter_ai_provider_gemini: ^0.1.13 copied to clipboard

0
likes
160
points
82
downloads
Google Gemini LlmProvider for flutter_ai: streams text, thinking, function calls, and Google Search grounding citations as flutter_ai_core AiStreamEvents.#ai#llm#gemini#chat#streaming

flutter_ai_mcpcopy "flutter_ai_mcp: ^0.1.4" to clipboard
flutter_ai_mcp: ^0.1.4 copied to clipboard

0
likes
160
points
56
downloads
Model Context Protocol (MCP) integration for flutter_ai: connect to MCP servers over Streamable HTTP and expose their tools as flutter_ai tools that flow through the agent loop.#ai#llm#mcp#tool-calling#agent

flutter_ai_toolscopy "flutter_ai_tools: ^0.1.4" to clipboard
flutter_ai_tools: ^0.1.4 copied to clipboard

0
likes
160
points
56
downloads
Provider-neutral tool calling for flutter_ai: declare tools with executors, run tool calls into results, and expose web search as a tool. Pure Dart.#ai#llm#tool-calling#chat#flutter

flutter_ai_voicecopy "flutter_ai_voice: ^0.1.4" to clipboard
flutter_ai_voice: ^0.1.4 copied to clipboard

0
likes
160
points
50
downloads
Speech-to-text contracts and models for flutter_ai: a batch-first SpeechToText interface, transcript models, and a callback adapter for pluggable engines.#ai#speech-to-text#voice#transcription#flutter

tactilecopy "tactile: ^0.3.2" to clipboard
tactile: ^0.3.2 copied to clipboard

1
likes
160
points
25
downloads
Make any widget feel physical: it tilts toward your finger, depresses at the press point, and a glare tracks where you press. Compositor-only, no shaders.#ui#animation#gestures#button#interaction