volorio_chat 0.2.0 copy "volorio_chat: ^0.2.0" to clipboard
volorio_chat: ^0.2.0 copied to clipboard

Volorio Flutter chat primitives built on Volorio RTM.

example/main.dart

import 'package:volorio_chat/volorio_chat.dart';

Future<void> sendRoomMessage(VolorioChatClient chat) {
  return chat.sendText(
    conversationId: 'room_example',
    senderId: 'user_example',
    text: 'Hello from Volorio chat',
  );
}
0
likes
140
points
74
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Volorio Flutter chat primitives built on Volorio RTM.

Homepage
Repository (GitHub)

Topics

#volorio #chat #messaging #realtime #flutter

License

MIT (license)

Dependencies

flutter, volorio_rtm

More

Packages that depend on volorio_chat