flutter_local_agent_kit 1.1.2
flutter_local_agent_kit: ^1.1.2 copied to clipboard
Offline-first AI framework for Flutter. Resident LLM inference, local RAG, and autonomous agents with a Material 3 Chat UI.
Changelog #
All notable changes to this project will be documented in this file.
1.1.2 - 2026-04-25 #
Fixed #
- Optimized package score to 150/150 on pub.dev.
- Removed discontinued
flutter_adaptive_scaffolddependency. - Updated
image_pickerto latest. - Resolved all static analysis lints and deprecated API usages.
1.1.1 - 2026-04-25 #
Added #
- Multimodal Vision: Support for image analysis via
AgentChatMessage.imageBytes. - Advanced RAG: Local document ingestion with structured
SourceMetadataand live citations. - MCP Service: Connection to Model Context Protocol servers via SSE.
- Voice Magic: pulsing microphone UI for STT and volume controls for TTS on each bubble.
- Performance Boost: Forced GPU acceleration (32 layers default) and Metal/Vulkan optimization.
- Desktop Excellence: Adaptive chat layouts and native keyboard shortcuts (
Cmd+Enter,Cmd+K). - Highest Max Testing: Comprehensive integration test suite covering the full AI lifecycle.
Changed #
- UI Rewrite: Completely refactored
AgentChatViewwith Markdown rendering and selective text support. - Core State: Upgraded
FlutterLocalAgentKitto handle session persistence with multimodal history.
Fixed #
- OOM Protection: Implemented chunked hashing for large model verification.
- Lint Cleanup: 100% clean
flutter analyzescore. - Async Safety: Added
mountedchecks across all UI-to-Logic gaps.
1.0.0 Initial Release #
- Basic LLM inference support.
- Simple chat UI.
- Local storage for message history.