Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 489 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 489 Bytes

webrtc_example

Demonstrates how to use the webrtc plugin.

Getting Started

Make sure your flutter is using the dev channel.

flutter channel dev
./scripts/project_tools.sh create

Android/iOS

flutter run

macOS

flutter run -d macos

Web

dart compile js ../web/e2ee.worker.dart -o web/e2ee.worker.dart.js
flutter run -d web

Windows

flutter channel master
flutter create --platforms windows .
flutter run -d windows