v0.6.3
desktop_notifications
데스크톱 알림 사양을 사용하여 리눅스 데스크톱에 알림을 보낼 수 있도록 허용합니다.
81좋아요 7.1천30일 다운로드160Pub 점수
Linux
[데스크톱 알림 사양](https://specifications.freedesktop.org/notification-spec/)을 사용하여 리눅스 데스크톱에 알림을 보낼 수 있도록 합니다.
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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.