v0.6.3
desktop_notifications
Ermöglicht das Senden von Benachrichtigungen auf Linux-Desktops unter Verwendung der Desktop-Benachrichtigungsspezifikation.
81Likes 710030-Tage-Downloads160Pub-Punkte
Linux
Ermöglicht das Senden von Benachrichtigungen auf Linux-Desktops unter Verwendung der [Desktop-Benachrichtigungsspezifikation](https://specifications.freedesktop.org/notification-spec/).
Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.
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.