chat_list 0.0.1+21 copy "chat_list: ^0.0.1+21" to clipboard
chat_list: ^0.0.1+21 copied to clipboard

outdated

A flutter package to incorporate a chat view in a simple way

chat_list #

A flutter package to incorporate a chat view in a simple way and jump start your chat application.

Pub GitHub stars

Example #

See source

Usage #


//Create a list with messages
  List<MessageModel> _messageList = [
    MessageModel("Hi, how are you?", OwnerType.SENDER, ownerName: "Higor Lapa"),
    MessageModel("Hi, I'm fine and you?!", OwnerType.RECEIVER,
        ownerName: "Bill Gates")
  ];

//Place the widget inside your build function
ChatList(
  messageList: _messageList,
),

34
likes
30
pub points
65%
popularity

Publisher

unverified uploader

A flutter package to incorporate a chat view in a simple way

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bubble, flare_flutter, flutter

More

Packages that depend on chat_list