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.