flutter_chat_page_design 0.0.4 copy "flutter_chat_page_design: ^0.0.4" to clipboard
flutter_chat_page_design: ^0.0.4 copied to clipboard

A package provides an easy way to add design for chat page in Flutter Project.

flutter_chat_page_design #

Create chat page design with only pass the message list.

Features #

  • Chat bubble design.
  • change background and text color for sender and receiver.
  • Enable or disable grouping by date.
  • Other features are in pipeline coming soon.

Getting started #


Install
  flutter_chat_page_design : 0.0.4

Import

  import 'package:flutter_chat_page_design/flutter_chat.dart';

Usage #

You can also look example application.

ChatListview(
        chatList: chatList,
        isDategroup: true,
        isReverse: true,
        gropByTextsize: 12,
        bubbleBorder: 15,
        senderBgColor: Colors.red,
        receiverBgColor: Colors.green,
        senderTextColor: Colors.yellow,
        receiverTextColor: Colors.purple,

      ),

Images #

Screenshot_2023-08-24-17-31-10-64_082aea295e0e2b19157fadadca43d2cc 1

Bugs/Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

Additional Information #

Developer : Harshil Thakkar https://github.com/harshil023

9
likes
150
pub points
32%
popularity

Publisher

verified publisherflutterstag.blogspot.com

A package provides an easy way to add design for chat page in Flutter Project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_chat_page_design