Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
F

flutter-webrtc

> 编程语言
Open source

WebRTC plugin for Flutter Mobile/Desktop/Web

4.5K stars0 likes0 views
WebsiteGitHub

About

WebRTC plugin for Flutter Mobile/Desktop/Web

# Flutter-WebRTC [](https://pub.dartlang.org/packages/flutter_webrtc) [](https://gitter.im/flutter-webrtc/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://join.slack.com/t/flutterwebrtc/shared_invite/zt-q83o7y1s-FExGLWEvtkPKM8ku_F8cEQ) WebRTC plugin for Flutter Mobile/Desktop/Web

Sponsored with   by

Enterprise Grade APIs for Feeds, Chat, & Video. Try the Flutter Video tutorial



LiveKit - Open source WebRTC and realtime AI infrastructure

## Functionality | Feature | Android | iOS | [Web](https://flutter.dev/web) | macOS | Windows | Linux | [Embedded](https://github.com/sony/flutter-elinux) | [Fuchsia](https://fuchsia.dev/) | | :-------------: | :-------------:| :-----: | :-----: | :-----: | :-----: | :-----: | :-----: | :-----: | | Audio/Video | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | | Data Channel | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | | Screen Capture | :heavy_check_mark: | [:heavy_check_mark:(*)](https://github.com/flutter-webrtc/flutter-webrtc/wiki/iOS-Screen-Sharing) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | | Unified-Plan | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | | Simulcast | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | | MediaRecorder | :warning: | :warning: | :heavy_check_mark: | | | | | | | End to End Encryption | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | | Insertable Streams | | | | | | | | | Additional platform/OS support from the other community - flutter-tizen: - flutter-elinux(WIP): Add `flutter_webrtc` as a [dependency in your pubspec.yaml file](https://flutter.io/using-packages/). ### iOS/macOS: Swift Package Manager The plugin supports both [Swift Package Manager](https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-app-developers) and CocoaPods on iOS and macOS. With Flutter 3.44 or later, Swift Package Manager is enabled by default and the plugin is consumed as a Swift package automatically. No project changes are needed. CocoaPods remains fully supported and is used when Swift Package Manager is disabled or on older Flutter versions. The Podfile notes below apply to CocoaPods projects only. ### iOS Add the following entry to your _Info.plist_ file, located in `/ios/Runner/Info.plist`: ```xml NSCameraUsageDescription $(PRODUCT_NAME) Camera Usage! NSMicrophoneUsageDescription $(PRODUCT_NAME) Microphone Usage! ``` This entry allows your app to access camera and microphone. ### Note for iOS The WebRTC.xframework compiled after the m104 release no longer supports iOS arm devices, so need to add the `config.build_settings['ONLY_ACTIVE_ARCH'] = 'YES'` to your ios/Podfile in your project ios/Podfile ```ruby post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) target.build_configurations.each do |config| # Workaround for https://github.com/flutter/flutter/issues/64502 config.build_settings['ONLY_ACTIVE_ARCH'] = 'YES' # <= this line end end end ``` ### Android Ensure the following permission is present in your Android Manifest file, located in `/android/app/src/main/AndroidManifest.xml`: ```xml ``` If you need to use a Bluetooth device, please add: ```xml ``` The Flutter project template adds it, so it may already be there. Also you will need to set your build settings to Java 8, because official WebRTC jar now uses static methods in `EglBase` interface. Just add this to your app level `build.gradle`: ```groovy android { //... compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } ``` If necessary, in the same `build.gradle` you will need to increase `minSdkVersion` of `defaultConfig` up to `23` (currently default Flutter generator set it to `16`). ### Important reminder When you compile the release apk, you need to add the following operations, [Setup Proguard Rules](https://github.com/flutter-webrtc/flutter-webrtc/blob/main/android/proguard-rules.pro) ## Contributing The project is inseparable from the contributors of the community. - [CloudWebRTC](https://github.com/cloudwebrtc) - Original Author - [RainwayApp](https://github.com/rainwayapp) - Sponsor - [亢少军](https://github.com/kangshaojun) - Sponsor - [ION](https://github.com/pion/ion) - Sponsor - [reSipWebRTC](https://github.com/reSipWebRTC) - Sponsor - [沃德米科技](https://github.com/woodemi)-[36记手写板](https://www.36notes.com) - Sponsor - [阿斯特网络科技有限公司](https://www.astgo.net/) - Sponsor ### Example For more examples, please refer to [flutter-webrtc-demo](https://github.com/cloudwebrtc/flutter-webrtc-demo/). ## Contributors ### Code Contributors This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. ### Financial Contributors Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/flutter-webrtc/contribute)] #### Individuals #### Organizations Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/flutter-webrtc/contribute)]

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •flutter-tizen: <https://github.com/flutter-tizen/plugins/tree/master/packages/flutter_webrtc>
  • •flutter-elinux(WIP): <https://github.com/sony/flutter-elinux-plugins/issues/7>
  • •CloudWebRTC - Original Author
  • •RainwayApp - Sponsor
  • •亢少军 - Sponsor
  • •ION - Sponsor
  • •reSipWebRTC - Sponsor
  • •沃德米科技-36记手写板 - Sponsor
  • •阿斯特网络科技有限公司 - Sponsor

> Tags

C++androiddesktopflutterios

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言