dart_xdg_status_notifier_item 1.1.0 copy "dart_xdg_status_notifier_item: ^1.1.0" to clipboard
dart_xdg_status_notifier_item: ^1.1.0 copied to clipboard

PlatformLinux

Allows status notifications (i.e. system tray) on Linux desktops.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_xdg_status_notifier_item

With Flutter:

 $ flutter pub add dart_xdg_status_notifier_item

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_xdg_status_notifier_item: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_xdg_status_notifier_item/dart_xdg_status_notifier_item.dart';
2
likes
140
points
337
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Allows status notifications (i.e. system tray) on Linux desktops.

License

MPL-2.0 (license)

Dependencies

dbus, logging

More

Packages that depend on dart_xdg_status_notifier_item