sit_webrtc 1.0.0 copy "sit_webrtc: ^1.0.0" to clipboard
sit_webrtc: ^1.0.0 copied to clipboard

A cross-platform Flutter WebRTC plugin for iOS, Android, Desktop, and Web, built on top of Google WebRTC. Provides real-time audio/video communication, screen sharing, Picture-in-Picture support, back [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sit_webrtc

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

dependencies:
  sit_webrtc: ^1.0.0

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:sit_webrtc/sit_webrtc.dart';
1
likes
140
points
21
downloads

Publisher

verified publishersoumyaitsolution.com

Weekly Downloads

A cross-platform Flutter WebRTC plugin for iOS, Android, Desktop, and Web, built on top of Google WebRTC. Provides real-time audio/video communication, screen sharing, Picture-in-Picture support, background camera access, and enhanced media processing capabilities.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, dart_webrtc, flutter, logger, path_provider, web, webrtc_interface

More

Packages that depend on sit_webrtc

Packages that implement sit_webrtc