webrtc_utils 0.1.0 copy "webrtc_utils: ^0.1.0" to clipboard
webrtc_utils: ^0.1.0 copied to clipboard

outdatedDart 1 only

A package that provides helpful classes when using WebRTC

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add webrtc_utils

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

dependencies:
  webrtc_utils: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:webrtc_utils/client.dart';
import 'package:webrtc_utils/converter.dart';
import 'package:webrtc_utils/game.dart';
import 'package:webrtc_utils/server.dart';
import 'package:webrtc_utils/signaling.dart';
0
likes
0
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A package that provides helpful classes when using WebRTC

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

browser, chrome

More

Packages that depend on webrtc_utils