desktop_notifications 0.2.2 copy "desktop_notifications: ^0.2.2" to clipboard
desktop_notifications: ^0.2.2 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:desktop_notifications/desktop_notifications.dart';

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

Contributing to desktop_notifications.dart #

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

75
likes
0
pub points
95%
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