Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 288 Bytes

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();