remote_control_webrtc 1.0.0 copy "remote_control_webrtc: ^1.0.0" to clipboard
remote_control_webrtc: ^1.0.0 copied to clipboard

PlatformAndroid

Flutter plugin for Android remote control with screen capture via WebRTC, accessibility services for touch/swipe/input, and bidirectional WebSocket communication.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remote_control_webrtc

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  remote_control_webrtc: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:remote_control_webrtc/native_bridge.dart';
import 'package:remote_control_webrtc/remote_control.dart';
import 'package:remote_control_webrtc/remote_control_method_channel.dart';
import 'package:remote_control_webrtc/remote_control_platform_interface.dart';
import 'package:remote_control_webrtc/test_turn.dart';
0
likes
150
points
106
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for Android remote control with screen capture via WebRTC, accessibility services for touch/swipe/input, and bidirectional WebSocket communication.

Repository (GitHub)
View/report issues

Topics

#remote-control #webrtc #screen-capture #accessibility #android

License

MIT (license)

Dependencies

android_intent_plus, device_info_plus, flutter, flutter_webrtc, http, permission_handler, plugin_platform_interface, web_socket_channel

More

Packages that depend on remote_control_webrtc

Packages that implement remote_control_webrtc