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.