v0.6.3
desktop_notifications
允許使用桌面通知規範在 Linux 桌面發送通知。
81喜歡 7100近 30 天下載160Pub 分數
Linux
允許使用[桌面通知規範](https://specifications.freedesktop.org/notification-spec/)在 Linux 桌面發送通知。
以下為英文專案原文快照,最新內容請造訪 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.