converse_chat_adapters 1.0.1 copy "converse_chat_adapters: ^1.0.1" to clipboard
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_adapters

This 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.1

Alternatively, 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';
0
likes
130
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

Firebase-based infrastructure layer for the Converse Chat SDK. Implements repository interfaces from converse_chat_core for chat, user, presence, typing and attachment management.

Homepage
Repository (GitHub)
View/report issues

Topics

#chat #sdk #flutter #firebase #adapters

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, converse_chat_core, firebase_core, firebase_database, firebase_storage, flutter, fpdart

More

Packages that depend on converse_chat_adapters