nexacon_calls 1.3.14 copy "nexacon_calls: ^1.3.14" to clipboard
nexacon_calls: ^1.3.14 copied to clipboard

A Flutter SDK for Nexacon API — plug-and-play P2P audio/video calling with WebRTC and NX signaling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nexacon_calls

With Flutter:

 $ flutter pub add nexacon_calls

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

dependencies:
  nexacon_calls: ^1.3.14

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:nexacon_calls/nexacon_calls.dart';
1
likes
0
points
264
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter SDK for Nexacon API — plug-and-play P2P audio/video calling with WebRTC and NX signaling.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_webrtc, http, json_annotation, web_socket_client

More

Packages that depend on nexacon_calls