xp2p_sdk 1.0.1 copy "xp2p_sdk: ^1.0.1" to clipboard
xp2p_sdk: ^1.0.1 copied to clipboard

Flutter SDK for Tencent IoT XP2P video streaming. This SDK provides P2P connectivity for video devices using Dart FFI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add xp2p_sdk

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

dependencies:
  xp2p_sdk: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:xp2p_sdk/xp2p_sdk.dart';
1
likes
105
points
148
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter SDK for Tencent IoT XP2P video streaming. This SDK provides P2P connectivity for video devices using Dart FFI.

Documentation

API reference

License

unknown (license)

Dependencies

convert, crypto, ffi, flutter, http, live_flutter_plugin, path, path_provider

More

Packages that depend on xp2p_sdk

Packages that implement xp2p_sdk