quickrtc_flutter_client 1.1.0
quickrtc_flutter_client: ^1.1.0 copied to clipboard
A Flutter WebRTC library built on MediaSoup for real-time video conferencing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add quickrtc_flutter_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
quickrtc_flutter_client: ^1.1.0Alternatively, 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:quickrtc_flutter_client/quickrtc_flutter_client.dart';