FLUTTER ECOSYSTEM

canonical/desktop_notifications.dart

Ermöglicht das Senden von Benachrichtigungen auf Linux-Desktops unter Verwendung der [Desktop-Benachrichtigungsspezifikation](https://specifications.freedesktop.org/notification-spec/).

Projektcover von desktop_notifications.dart
Stars
50
Forks
7
Letzter Push (UTC)
25.08.2025
Projektstatus
Aktiv
Canonical GitHub avatar
GITHUB Organization

Canonical ↗

SprachenDart

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 4 Einträge
  • dbus^0.7.8
  • lintsEntwicklung^2.0.0
  • testEntwicklung^1.16.8
  • test_covEntwicklung^1.0.1

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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.