FLUTTER ECOSYSTEM

canonical/desktop_notifications.dart

[데스크톱 알림 사양](https://specifications.freedesktop.org/notification-spec/)을 사용하여 리눅스 데스크톱에 알림을 보낼 수 있도록 합니다.

desktop_notifications.dart 프로젝트 이미지
Stars
50
Forks
7
최근 푸시(UTC)
2025. 8. 25.
프로젝트 상태
활성
Canonical GitHub avatar
GITHUB Organization

Canonical ↗

언어Dart

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 4 개
  • dbus^0.7.8
  • lints개발 의존성^2.0.0
  • test개발 의존성^1.16.8
  • test_cov개발 의존성^1.0.1

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

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

Contributing to desktop_notifications.dart

We welcome contributions! See the contribution guide for more details.