simple_chat 0.2.7
simple_chat: ^0.2.7 copied to clipboard
A simple UI solution for quick integration of IM chat & AI bot chat. Supports customised Message Cell, message grouping, image preview and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_chat
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
simple_chat: ^0.2.7
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:simple_chat/simple_chat.dart';