remote_control_webrtc 1.0.0
remote_control_webrtc: ^1.0.0 copied to clipboard
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_webrtcThis 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.0Alternatively, 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';