syncfusion_flutter_chat 27.1.55-beta syncfusion_flutter_chat: ^27.1.55-beta copied to clipboard
The Flutter Chat package is a UI library designed to help you create a robust chat application within your Flutter projects with highly customized options.
[27.1.51] - 30/09/2024 #
General
- Added a description to the library.
- API documentation link has been redirected to https://pub.dev/documentation/syncfusion_flutter_chat/latest/chat/chat-library.html from https://pub.dev/documentation/syncfusion_flutter_chat/latest/syncfusion_flutter_chat/syncfusion_flutter_chat-library.html
[27.1.48-beta] - 09/24/2024 #
Initial release.
Features
- Messages - A list of ChatMessage objects that will be displayed in the chat interface as either incoming or outgoing messages, depending on the current user.
- Composer - The primary text editor where the user can compose new chat messages.
- Action button - This represents the send button, which invokes a callback with the text entered in the default composer.
- Placeholder - This allows you to specify a custom widget to display when there are no messages in the chat.
- Bubble - This holds each message's header, content, footer, and avatar.