desktop_notifications 0.6.1 copy "desktop_notifications: ^0.6.1" to clipboard
desktop_notifications: ^0.6.1 copied to clipboard

outdated

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

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();

Supported platforms #

This package shows on pub.dev as supporting all platforms, not just Linux. This is because the package doesn't contain any platform specific code that would limit which platforms it can run on. It however only makes sense on Linux, as the other platforms are not running D-Bus and/or a compliant notification server. You can safely include this package when writing applications that work on multiple platforms, it will fail with an exception if trying to send a notification if the required services are not present. There is an open issue requesting the ability to be able to show which platforms a package is intended for.

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