awesome_chat_bubble 1.0.2 copy "awesome_chat_bubble: ^1.0.2" to clipboard
awesome_chat_bubble: ^1.0.2 copied to clipboard

Flutter package for creating chat bubbles with customizations.

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 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',
),
1
likes
140
points
24
downloads

Publisher

verified publishermoesaid.com

Weekly Downloads

Flutter package for creating chat bubbles with customizations.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on awesome_chat_bubble