presence_sdk 0.1.1
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_sdkWith Flutter:
$ flutter pub add presence_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
presence_sdk: ^0.1.1Alternatively, 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';