x11 0.1.3 copy "x11: ^0.1.3" to clipboard
x11: ^0.1.3 copied to clipboard

A native Dart implementation of the X window system protocol, version 11 (X11).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add x11

With Flutter:

 $ flutter pub add x11

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

dependencies:
  x11: ^0.1.3

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

Import it

Now in your Dart code, you can use:

import 'package:x11/x11.dart';
6
likes
130
pub points
17%
popularity

Publisher

unverified uploader

A native Dart implementation of the X window system protocol, version 11 (X11).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

More

Packages that depend on x11