FLUTTER ECOSYSTEM

flutter-webrtc/dart-webrtc

Dart言語でラップされたWebRTCインターフェース。

dart-webrtc のプロジェクト画像
Stars
35
Forks
50
最終プッシュ(UTC)
2026/09/04
プロジェクト状態
公開中
Flutter WebRTC GitHub avatar
GITHUB Organization

Flutter WebRTC ↗

About flutter's voip, webrtc related solutions.

言語DartHTMLCSS

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 13 件

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

dart-webrtc

A webrtc interface wrapped in dart language.

Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.

This library will be used for flutter-webrtc for flutter web plugin.

compile E2EE worker

dart compile js ./lib/src/e2ee.worker/e2ee.worker.dart -o web/e2ee.worker.dart.js

How to develop

  • git clone https://github.com/flutter-webrtc/dart-webrtc && cd dart-webrtc
  • dart pub get
  • dart pub global activate webdev
  • webdev serve --auto=refresh