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

Volorio realtime engagement helpers for reactions, polls, Q&A, and room interactions in Flutter.

example/main.dart

import 'package:volorio_rte/volorio_rte.dart';

Future<void> sendReaction(VolorioRteClient rte) {
  return rte.sendReaction(
    roomId: 'room_example',
    identity: 'user_example',
    emoji: ':fire:',
  );
}
0
likes
140
points
69
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Volorio realtime engagement helpers for reactions, polls, Q&A, and room interactions in Flutter.

Homepage
Repository (GitHub)

Topics

#volorio #rte #realtime #engagement #flutter

License

MIT (license)

Dependencies

flutter, volorio_chat, volorio_rtm

More

Packages that depend on volorio_rte