utd_signaling 0.2.0
utd_signaling: ^0.2.0 copied to clipboard
The UTD domain layer over utd_channels: presence, 1:1 call invitations, chat messaging + groups, typing, push-token registration and media-upload presign for Flutter, plus Pusher-style channels mounte [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add utd_signalingWith Flutter:
$ flutter pub add utd_signalingThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
utd_signaling: ^0.2.0Alternatively, your editor might support dart pub get or 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';