screen_share_plugin 0.0.2
screen_share_plugin: ^0.0.2 copied to clipboard
A Flutter plugin for Android screen sharing using WebRTC and native Kotlin code.
Changelog #
[0.0.2] - Initial Release #
✨ Features #
- 📱 Real-time screen sharing on Android devices make sure to allow permission from app info.
- 🧠 Native Kotlin implementation for reliable screen capture.
- 📹 WebRTC integration using
flutter_webrtc
for live screen preview. - ⚙️ Compatible with Flutter 3.29 and Android compile SDK version up to 35.
- 🧩 Simple API with
startScreenShare()
andstopScreenShare()
methods. - 🛠️ Example app included to demonstrate full usage.