converse_chat_adapters 1.0.1
converse_chat_adapters: ^1.0.1 copied to clipboard
Firebase-based infrastructure layer for the Converse Chat SDK. Implements repository interfaces from converse_chat_core for chat, user, presence, typing and attachment management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add converse_chat_adaptersThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
converse_chat_adapters: ^1.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:converse_chat_adapters/converse_chat_adapters.dart';