v0.6.3
desktop_notifications
Permite o envio de notificações em desktops Linux usando a especificação de notificações para desktop.
81Curtidas 7,1 milDownloads em 30 dias160Pontos Pub
Linux
Permite o envio de notificações em desktops Linux usando a [especificação de notificações para desktop](https://specifications.freedesktop.org/notification-spec/).
Texto original em inglês. Visite o GitHub para a versão atual.
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();
We welcome contributions! See the contribution guide for more details.