ai_sdk_flutter 0.1.0
ai_sdk_flutter: ^0.1.0 copied to clipboard
A Flutter package that consumes Vercel AI SDK v5 streams, providing chat functionality, tool calling, and streaming capabilities for AI-powered applications.
0.1.0 #
- 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