aircloud_in_app_chat 0.0.1
aircloud_in_app_chat: ^0.0.1 copied to clipboard
A Flutter package for easy integration of in-app chat functionality, powered by AirCloud. This package provides UI components and backend integration to add real-time messaging to your Flutter application
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aircloud_in_app_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aircloud_in_app_chat: ^0.0.1Alternatively, 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:aircloud_in_app_chat/aircloud_in_app_chat.dart';