vnc_viewer 0.0.5 copy "vnc_viewer: ^0.0.5" to clipboard
vnc_viewer: ^0.0.5 copied to clipboard

PlatformAndroid

Flutter plugin for embedding an Android VNC client that renders remote desktops and sends keyboard and pointer input to VNC/RFB servers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vnc_viewer

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

dependencies:
  vnc_viewer: ^0.0.5

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:vnc_viewer/vnc_viewer_handel.dart';
import 'package:vnc_viewer/vnc_viewer_method_channel.dart';
import 'package:vnc_viewer/vnc_viewer_platform_interface.dart';
import 'package:vnc_viewer/vnc_viewer_widget.dart';
0
likes
140
points
128
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for embedding an Android VNC client that renders remote desktops and sends keyboard and pointer input to VNC/RFB servers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on vnc_viewer

Packages that implement vnc_viewer