chat_message_c3 1.0.0
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_c3This 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.0Alternatively, 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';