/wayland.dart

Forking for pull request purposes

Primary LanguageDartMozilla Public License 2.0MPL-2.0

Pub Package

A native Dart implementation of the Wayland protocol.

import 'package:wayland/wayland.dart';

var client = WaylandClient();
await client.connect();

// FIXME

await client.close();