v0.6.3
desktop_notifications
デスクトップ通知仕様を使用して、Linux デスクトップに通知を送信できるようにします。
81いいね 710030日間ダウンロード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.