desktop_notifications 0.2.0
desktop_notifications: ^0.2.0 copied to clipboard
Allows notifications to be sent on Linux desktops using the desktop notifications specification.
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.