ai_sdk_flutter
A Flutter package that consumes Vercel AI SDK v5 streams, providing chat functionality, tool calling, and streaming capabilities for AI-powered applications.
0.1.2
billmalea/ai_sdk_flutter
What this package is like to depend on
Last release 9 months ago
19 Nov 2025
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
9 months old
3 releases · first in 2025
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Nov 2025 to Nov 2025
2026
Releases
latest 3-
0.1.219 Nov 2025Release notes
Open source →- Updated CHANGELOG.md to include version references for pub.dev compliance
-
0.1.118 Nov 2025Release notes
Open source →- Code formatting improvements to meet pub.dev standards
- Added CODEOWNERS file for repository maintenance
- Updated README with accurate project status
- All tests passing with full coverage
-
0.1.018 Nov 2025Release notes
Open source →- Initial release
- Core data models for UIMessage, UIMessagePart, and UIMessageChunk
- HTTP/SSE transport layer with DefaultChatTransport
- Chat client with streaming support and state management
- Tool execution framework with FunctionTool and ToolExecutor
- Comprehensive test coverage (35 tests)
- Example Flutter chat application
- Full compatibility with Vercel AI SDK v5 streaming protocol