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