simple_peer 0.0.14 copy "simple_peer: ^0.0.14" to clipboard
simple_peer: ^0.0.14 copied to clipboard

Simple WebRTC. Similar to the simple-peer project in javascript.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_peer

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

dependencies:
  simple_peer: ^0.0.14

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:simple_peer/simple_peer.dart';
8
likes
140
pub points
73%
popularity

Publisher

verified publisherflown.io

Simple WebRTC. Similar to the simple-peer project in javascript.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_webrtc

More

Packages that depend on simple_peer