dash_chat_custom 0.0.30
dash_chat_custom: ^0.0.30 copied to clipboard
The most complete Chat UI for flutter. Easy to use, highly customizable and fully featured
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dash_chat_customWith Flutter:
$ flutter pub add dash_chat_customThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dash_chat_custom: ^0.0.30Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dash_chat_custom/dash_chat_custom.dart';