desktop_notifications 0.0.0-dev.4 copy "desktop_notifications: ^0.0.0-dev.4" to clipboard
desktop_notifications: ^0.0.0-dev.4 copied to clipboard

outdated

Allows notifications to be sent on Linux desktops using the desktop notifications specification.

Pub Package

Allows notifications to be sent on Linux desktops using the desktop notifications specification.

import 'package:dbus/dbus.dart';
import 'package:desktop_notifications/desktop_notifications.dart';

var sessionBus = DBusClient.session();
var client = NotificationClient(sessionBus);
await client.notify('Hello World!');
await sessionBus.close();

Contributing to desktop_notifications.dart #

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

75
likes
0
pub points
94%
popularity

Publisher

verified publishercanonical.com

Allows notifications to be sent on Linux desktops using the desktop notifications specification.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dbus

More

Packages that depend on desktop_notifications