xc_chat_scroll_list_view 1.0.0
xc_chat_scroll_list_view: ^1.0.0 copied to clipboard
A list of conversations
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xc_chat_scroll_list_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
xc_chat_scroll_list_view: ^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:xc_chat_scroll_list_view/chat_message.dart';
import 'package:xc_chat_scroll_list_view/core/chat_controller.dart';
import 'package:xc_chat_scroll_list_view/models/message_model.dart';
import 'package:xc_chat_scroll_list_view/utils/webchat_date_format.dart';
import 'package:xc_chat_scroll_list_view/widget/chat_list_widget.dart';
import 'package:xc_chat_scroll_list_view/widget/default_message_widget.dart';