dart_rfb 0.3.0 copy "dart_rfb: ^0.3.0" to clipboard
dart_rfb: ^0.3.0 copied to clipboard

Implementation of The Remote Framebuffer Protocol (RFC 6143, aka VNC protocol)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_rfb

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

dependencies:
  dart_rfb: ^0.3.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_rfb/dart_rfb.dart';
6
likes
0
pub points
91%
popularity

Publisher

verified publishergoddchen.de

Implementation of The Remote Framebuffer Protocol (RFC 6143, aka VNC protocol)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

binary, collection, dart_des, fpdart, freezed_annotation, logging

More

Packages that depend on dart_rfb