flutter_peer 0.0.2 copy "flutter_peer: ^0.0.2" to clipboard
flutter_peer: ^0.0.2 copied to clipboard

A Flutter plugin that simplifies peer-to-peer communication using WebRTC, supporting signaling, media streams, and real-time events.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_peer

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

dependencies:
  flutter_peer: ^0.0.2

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:flutter_peer/flutter_peer.dart';
3
likes
140
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that simplifies peer-to-peer communication using WebRTC, supporting signaling, media streams, and real-time events.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

eventify, flutter, flutter_web_plugins, flutter_webrtc, js, plugin_platform_interface, uuid, web, web_socket_channel

More

Packages that depend on flutter_peer

Packages that implement flutter_peer