desktop_notifications 0.6.3 icon indicating copy to clipboard operation
desktop_notifications: ^0.6.3 copied to clipboard

PlatformLinux

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

example/example.dart

import 'package:desktop_notifications/desktop_notifications.dart';

void main() async {
  var client = NotificationsClient();
  await client.notify('Hello World!');
  await client.close();
}
71
likes
140
pub points
91%
popularity

Publisher

verified publisher iconcanonical.com

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

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MPL-2.0 (LICENSE)

Dependencies

dbus

More

Packages that depend on desktop_notifications