FLUTTER ECOSYSTEM

canonical/desktop_notifications.dart

[デスクトップ通知仕様](https://specifications.freedesktop.org/notification-spec/) を使用して、Linux デスクトップに通知を送信できるようにします。

desktop_notifications.dart のプロジェクト画像
Stars
50
Forks
7
最終プッシュ(UTC)
2025/08/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.