medea_flutter_webrtc 0.10.0-dev+rev.e0f5c599cce00f80872f4fa182242ac70dee2a7f
medea_flutter_webrtc: ^0.10.0-dev+rev.e0f5c599cce00f80872f4fa182242ac70dee2a7f copied to clipboard
Flutter WebRTC plugin for Android/iOS/macOS/Linux/Windows/Web, based on GoogleWebRTC, designed for and used in Medea Jason WebRTC client.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add medea_flutter_webrtcThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
medea_flutter_webrtc: ^0.10.0-dev+rev.e0f5c599cce00f80872f4fa182242ac70dee2a7fAlternatively, 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:medea_flutter_webrtc/medea_flutter_webrtc.dart';