chat_app_plugin 0.0.5
chat_app_plugin: ^0.0.5 copied to clipboard
Introducing the Flutter Chat App plugin, the ultimate solution for building real-time chat applications with ease! With the Flutter Chat App plugin, you can easily create chat apps that connect users [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add chat_app_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
chat_app_plugin: ^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:chat_app_plugin/chat_app_plugin.dart';