vnc_viewer 0.0.5
vnc_viewer: ^0.0.5 copied to clipboard
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_viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vnc_viewer: ^0.0.5Alternatively, 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';