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
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