white_chat 0.0.5
white_chat: ^0.0.5 copied to clipboard
chat package for mhlophe tech, a complete chat system re-usable for most of the future projects
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add white_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
white_chat: ^0.0.5Alternatively, 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:white_chat/white_chat.dart';