peerdart 0.5.6 copy "peerdart: ^0.5.6" to clipboard
peerdart: ^0.5.6 copied to clipboard

Simple peer-to-peer with WebRTC for Dart. PeerJS port for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add peerdart
copied to clipboard

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

dependencies:
  peerdart: ^0.5.6
copied to clipboard

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:peerdart/peerdart.dart';
copied to clipboard
73
likes
150
points
470
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

Simple peer-to-peer with WebRTC for Dart. PeerJS port for Flutter.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

events_emitter, flutter, flutter_webrtc, http, uuid, web_socket_channel

More

Packages that depend on peerdart