chat library

Syncfusion Flutter Chat package is a UI library designed to help you create a robust chat application within your Flutter projects with highly customized options.

To use, import package:syncfusion_flutter_chat/chat.dart;

See also:

Classes

ChatActionButton
A customizable action button for chat interactions.
ChatAuthor
Represents the author of a chat message.
ChatBubbleSettings
Customizes chat bubbles with these setttings for a better user experience.
ChatComposer
A widget for composing chat messages.
ChatMessage
Represents a chat message.
SfChat
The SfChat widget is a customizable chat interface designed for one-on-one or group conversations.

Typedefs

ChatWidgetBuilder = Widget Function(BuildContext context, int index, ChatMessage message)