A native Dart implementation of the Wayland protocol. import 'package:wayland/wayland.dart'; var client = WaylandClient(); await client.connect(); // FIXME await client.close();