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

Dart SDK for the Presence realtime platform. Drop-in chat, notifications, and live presence with WebSocket fan-out and automatic reconnection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add presence_sdk

With Flutter:

 $ flutter pub add presence_sdk

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

dependencies:
  presence_sdk: ^0.1.1

Alternatively, 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:presence_sdk/presence_sdk.dart';
0
likes
150
points
172
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart SDK for the Presence realtime platform. Drop-in chat, notifications, and live presence with WebSocket fan-out and automatic reconnection.

Repository (GitHub)

License

MIT (license)

Dependencies

http, web_socket_channel

More

Packages that depend on presence_sdk