FLUTTER ECOSYSTEM

canonical/desktop_notifications.dart

Allows notifications to be sent on Linux desktops using the [desktop notifications specification](https://specifications.freedesktop.org/notification-spec/).

desktop_notifications.dart project cover
Stars
50
Forks
7
Last push (UTC)
Aug 25, 2025
Project status
Active
Canonical GitHub avatar
GITHUB Organization

Canonical ↗

LanguagesDart

Packages published by this repository

Dependencies used

Dependency list 4 items
  • dbus^0.7.8
  • lintsDevelopment^2.0.0
  • testDevelopment^1.16.8
  • test_covDevelopment^1.0.1

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project 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.