video_call 0.0.7 copy "video_call: ^0.0.7" to clipboard
video_call: ^0.0.7 copied to clipboard

Flutter plugin for video call, connecting users with toghether.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_call

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

dependencies:
  video_call: ^0.0.7

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:video_call/video_call.dart';
6
likes
95
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for video call, connecting users with toghether.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cloud_firestore, firebase_core, flutter, flutter_webrtc, uuid

More

Packages that depend on video_call