v0.6.3
desktop_notifications
Allows notifications to be sent on Linux desktops using the desktop notifications specification.
81Likes 7.1K30-day downloads160Pub points
Linux
Allows notifications to be sent on Linux desktops using the [desktop notifications specification](https://specifications.freedesktop.org/notification-spec/).
English project snapshot. Visit GitHub for the latest content.
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();
We welcome contributions! See the contribution guide for more details.