utd_signaling 0.1.1 copy "utd_signaling: ^0.1.1" to clipboard
utd_signaling: ^0.1.1 copied to clipboard

UTD-Stream signalling plane for Flutter: presence, 1:1 call invitations, chat messaging + groups, typing, push-token registration and media-upload presign over the engine WebSocket + REST. No media, n [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add utd_signaling

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  utd_signaling: ^0.1.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:utd_signaling/utd_signaling.dart';
0
likes
130
points
67
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

UTD-Stream signalling plane for Flutter: presence, 1:1 call invitations, chat messaging + groups, typing, push-token registration and media-upload presign over the engine WebSocket + REST. No media, no UI — the shared foundation for utd_calls_kit / utd_chat_kit and future kits.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

device_info_plus, dio, equatable, flutter, package_info_plus, shared_preferences, web_socket_channel

More

Packages that depend on utd_signaling