kuralit_sdk 0.3.0
kuralit_sdk: ^0.3.0 copied to clipboard
Kuralit SDK for Flutter - A Flutter SDK for Kuralit realtime communication with WebSocket support
0.3.0 #
- Bump version for pub.dev release
- README: add Features section, kuralit.com link, platform support (Android/Web voice), API summary, and example app reference
- Example app: integrate Kuralit (controller, dispose, KuralitAnchor) to match README
- Pub layout: add homepage in pubspec; use
doc/directory per pub convention
0.2.0 #
- Complete rewrite with new architecture
- Added KuralitAgentOverlay widget for full-featured agent interactions
- Added KuralitAnchor widget for minimal entry point
- Added KuralitWebSocketController for WebSocket-backed communication
- Added customizable KuralitTheme system
- Added support for product cards display
- Added audio streaming with visual feedback
- Added comprehensive event system (text, products, STT, audio level, connection, tool status, errors)
- Improved UI/UX with modern design
- Better separation of concerns with UI controller interface
0.0.1 #
- Initial release.