chatview_custom_ng 2.2.1 chatview_custom_ng: ^2.2.1 copied to clipboard
A Flutter package that allows you to integrate Chat View with highly customization options. Added theme file
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add chatview_custom_ng
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
chatview_custom_ng: ^2.2.1
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:chatview_custom_ng/chatview.dart';
import 'package:chatview_custom_ng/theme.dart';