FLUTTER ECOSYSTEM

canonical/desktop_notifications.dart

允許使用[桌面通知規範](https://specifications.freedesktop.org/notification-spec/)在 Linux 桌面發送通知。

desktop_notifications.dart 專案封面
Stars
50
Forks
7
最近推送(UTC)
2025年8月25日
專案狀態
未封存
Canonical GitHub avatar
GITHUB Organization

Canonical ↗

語言Dart

此儲存庫發佈的套件

使用的依賴

依賴清單 4 項
  • dbus^0.7.8
  • lints開發依賴^2.0.0
  • test開發依賴^1.16.8
  • test_cov開發依賴^1.0.1

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

Pub Package codecov

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();

Contributing to desktop_notifications.dart

We welcome contributions! See the contribution guide for more details.