FLUTTER ECOSYSTEM

flutter-webrtc/dart-webrtc

一個用dart語言包裝的webrtc介面。

dart-webrtc 專案封面
Stars
35
Forks
50
最近推送(UTC)
2026年9月4日
專案狀態
未封存
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