flutter_chat_kit_ui 0.1.1
flutter_chat_kit_ui: ^0.1.1 copied to clipboard
Unofficial Flutter port of the OpenAI ChatKit UI. A drop-in chat widget compatible with OpenAI ChatKit backends.
0.1.1 #
- Replace discontinued
flutter_markdownwithflutter_markdown_plus - Gracefully skip unknown SSE event types instead of throwing errors
0.1.0 #
- Initial release
- Full chat UI with message list, composer, header, and history panel
- Self-hosted and OpenAI-hosted backend support via HTTP/SSE
- Thread management with cursor-based pagination
- Real-time streaming with hand-rolled SSE parser
- Markdown rendering for assistant messages
- File and image attachment uploads
- Interactive widget system (cards, forms, tables)
- Workflow visualization (reasoning, search, file tasks)
- Tool call display with status indicators
- Feedback, copy, and retry actions
- Theming system with light/dark modes
- Localization support with English defaults