spindle_chat 0.1.0
spindle_chat: ^0.1.0 copied to clipboard
Composable, themeable chat UI for Flutter. Sealed message types, controller-driven state, InheritedWidget DI, animated list with date separators — no codegen, no heavy deps.
0.1.0 #
- Initial release.
- Sealed message types:
TextMessage,ImageMessage,FileMessage,SystemMessage,CustomMessage. ChatControllerinterface andInMemoryChatControllerimplementation.ChatViewwidget with animated message list and composer.ChatThemewithlight(),dark(), andfromThemeData()factories.ChatBuildersfor full widget customization.ChatL10nfor localization.- Date separators and message grouping.
- Delivery status indicators.
- Pagination via
onLoadMorecallback.
