Awesome Chat Bubble

pub package

A Flutter package that provides a customizable chat bubble widget.

Installation ๐Ÿ’ป

โ— In order to start using Awesome Chat Bubble you must have the 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',
),

Libraries

awesome_chat_bubble
A Very Good Project created by Very Good CLI.