Skip to content

MagisIT/dart_vnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages