flutter_local_agent_kit 1.1.0 copy "flutter_local_agent_kit: ^1.1.0" to clipboard
flutter_local_agent_kit: ^1.1.0 copied to clipboard

Offline-first AI framework for Flutter. Resident LLM inference, local RAG, and autonomous agents with a Material 3 Chat UI.

1.1.0 - 2026-04-22 #

Added #

  • Token Management: Added contextSize and maxTokens configuration for precise generation control.
  • Pub.dev Optimization: Resolved repository URL casing mismatches and standardized code formatting for a 100/100 health score.
  • Platform Support: Added a comprehensive platform matrix and refined desktop RAG status.
  • Premium Branding: New high-fidelity project logo and documentation architecture.
  • RAG File Parsing: Built-in support for .pdf, .txt, and .json document ingestion.
  • Session Persistence: Robust local storage for conversation history with auto-save support.
  • Integrity Management: SHA-256 checksum verification for model weights.
  • Google-Tier Demo: A completely overhauled example app with session management and premium UX.

1.0.2 #

  • Documentation: Overhauled README.md with beginner glossaries and architecture diagrams.
  • Models: Added built-in native support for GemmaTemplate, MistralTemplate, and ChatMlTemplate.
  • Reliability: Fixed missing library exports for prompt templates.
  • Cleanup: Removed deprecated screenshot assets for a leaner package footprint.

1.0.1 #

  • Lifecycle: Reinitializing FlutterLocalAgentKit now disposes existing LLM and RAG sessions before recreating them.
  • Reliability: Llama3Template now serializes a single BOS token per prompt for correct multi-turn formatting.
  • Capability State: Added isRagReady and ragInitializationError so apps can detect LLM-only fallback when optional RAG startup fails.
  • Testing: Added regression coverage for prompt formatting, reinitialization cleanup, degraded RAG startup, and chat-stream error handling.
  • UI: AgentChatView now replaces failed response placeholders with a visible error message instead of leaving an empty assistant bubble.
  • Dependency Cleanup: Removed unused google_generative_ai and migrated from discontinued flutter_markdown to flutter_markdown_plus.
  • Pub.dev Optimization: Improved metadata, shortened description, and updated dependency constraints.
  • Documentation: Added missing library and constructor documentation to reach 100% coverage.
  • Visuals: Replaced placeholder screenshots with high-fidelity, premium Material 3 UI assets.
  • Bug Fixes: Updated markdown rendering dependency for continued package support.

1.0.0 #

  • Initial Release: Production-ready core for on-device AI.
  • Orchestration: Implemented FlutterLocalAgentKit unified facade for LLM, RAG, and Agents.
  • LLM Core: High-performance GGUF inference via llamadart.
  • Private RAG: Offline-first vector search via mobile_rag_engine.
  • Autonomous Agents: ReAct-based reasoning loop for tool-augmented intelligence.
  • Premium UI: Included AgentChatView with high-speed streaming and Markdown support.
  • Management: Robust ModelManager for background model orchestration and integrity.
  • Compliance: 100/100 pub.dev health score ready.
7
likes
0
points
471
downloads

Publisher

unverified uploader

Weekly Downloads

Offline-first AI framework for Flutter. Resident LLM inference, local RAG, and autonomous agents with a Material 3 Chat UI.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, dio, flutter, flutter_markdown_plus, llamadart, markdown, math_expressions, mobile_rag_engine, path, path_provider, syncfusion_flutter_pdf, uuid

More

Packages that depend on flutter_local_agent_kit