chat_message_c3 1.0.0 copy "chat_message_c3: ^1.0.0" to clipboard
chat_message_c3: ^1.0.0 copied to clipboard

A Flutter package that allows you to integrate Chat View with highly customization options such as one on one chat.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chat_message_c3

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  chat_message_c3: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:chat_message_c3/chat_message.dart';
import 'package:chat_message_c3/core/chat_controller.dart';
import 'package:chat_message_c3/models/message_model.dart';
import 'package:chat_message_c3/util/wechat_date_format.dart';
import 'package:chat_message_c3/widget/chat_list_widget.dart';
import 'package:chat_message_c3/widget/default_message_widget.dart';
0
likes
140
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that allows you to integrate Chat View with highly customization options such as one on one chat.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

bubble, flutter, intl

More

Packages that depend on chat_message_c3