Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 622 Bytes

dart_vnc

A Flutter VNC client which implements the RFB protocol (RFC 6143). Since the plugin is fully written in dart it should run on every device which can run Flutter apps.

This project is under development. There is no guarantee that it works as intended or works at all.

Usage

To use this plugin, add dart_vnc as a dependency in your pubspec.yaml file. The Plugin will be released on flutter pub when it is finished.

dependencies:
  [...]
  dart_vnc: X.x.x
  [...]

Example

Coming soon.