FLUTTER ECOSYSTEM

canonical/desktop_notifications.dart

[डेस्कटॉप नोटिफिकेशन स्पेसिफिकेशन](https://specifications.freedesktop.org/notification-spec/) का उपयोग करके लिनक्स डेस्कटॉप पर नोटिफिकेशन भेजने की अनुमति देता है।

desktop_notifications.dart प्रोजेक्ट कवर
Stars
50
Forks
7
अंतिम पुश (UTC)
25 अग॰ 2025
प्रोजेक्ट स्थिति
सक्रिय
Canonical GitHub avatar
भाषाएँ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.