nexacon_sdk 1.3.4
nexacon_sdk: ^1.3.4 copied to clipboard
A comprehensive Flutter SDK for Nexacon API, providing plug-and-play P2P calling with WebRTC and NX signaling, plus real-time messaging with presence and read receipts.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nexacon_sdkWith Flutter:
$ flutter pub add nexacon_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nexacon_sdk: ^1.3.4Alternatively, 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:nexacon_sdk/nexacon_sdk.dart';