remote_app_control 0.0.2 copy "remote_app_control: ^0.0.2" to clipboard
remote_app_control: ^0.0.2 copied to clipboard

Share a Flutter app with a remote viewer for customer support and debugging. Streams the app's paint commands instead of video, and lets the viewer tap, scroll, type and read logs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remote_app_control

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

dependencies:
  remote_app_control: ^0.0.2

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_app_control/remote_app_control.dart';
1
likes
160
points
15
downloads

Documentation

API reference

Publisher

verified publisheradez.dev

Weekly Downloads

Share a Flutter app with a remote viewer for customer support and debugging. Streams the app's paint commands instead of video, and lets the viewer tap, scroll, type and read logs.

Repository (GitHub)
View/report issues

Topics

#remote-control #customer-support #debugging #screen-sharing #devtools

License

MIT (license)

Dependencies

crypto, flutter, web_socket_channel

More

Packages that depend on remote_app_control