medea_flutter_webrtc 0.11.2-dev+rev.4a74f27ed8a3a837b619f5b910a2d8155673bc71 medea_flutter_webrtc: ^0.11.2-dev+rev.4a74f27ed8a3a837b619f5b910a2d8155673bc71 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 Dart:
$ dart pub add medea_flutter_webrtc
With Flutter:
$ flutter pub add medea_flutter_webrtc
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
medea_flutter_webrtc: ^0.11.2-dev+rev.4a74f27ed8a3a837b619f5b910a2d8155673bc71
Alternatively, your editor might support dart pub get
or 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';