Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 772 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 772 Bytes

Pub Package codecov

Allows notifications to be sent on Linux desktops using the desktop notifications specification.

import 'package:desktop_notifications/desktop_notifications.dart';

var client = NotificationsClient();
await client.notify('Hello World!');
await client.close();

Contributing to desktop_notifications.dart

We welcome contributions! See the contribution guide for more details.