awesome_chat_bubble 1.0.2
awesome_chat_bubble: ^1.0.2 copied to clipboard
Flutter package for creating chat bubbles with customizations.
Awesome Chat Bubble #
A Flutter package that provides a customizable chat bubble widget.
Installation ๐ป #
โ In order to start using Awesome Chat Bubble you must have the [Flutter SDK][flutter_install_link] installed on your machine.
Install via flutter pub add
:
flutter pub add awesome_chat_bubble
Awesome-Chat-Bubble #
AwesomeChatBubble(
authorName : 'Author Name',
timestamp : '12:00 PM',
message : 'This is a message',
isSender : true or false,
messageWidget : null or your custom widget,
replayMessage : 'This is a replay message',
replayToName : 'Replay to name',
replayIcon : Icons.reply,
tailType : TailType.standard or TailType.none,
onMore: 'on more function',
onMoreIcon: 'on more icon' ,
onMoreWidget : 'on more widget',
),