tray_manager 0.6.1 copy "tray_manager: ^0.6.1" to clipboard
tray_manager: ^0.6.1 copied to clipboard

retracted

This plugin allows Flutter desktop apps to define a system tray icon.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tray_manager

With Flutter:

 $ flutter pub add tray_manager

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

dependencies:
  tray_manager: ^0.6.1

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:tray_manager/tray_manager.dart';
291
likes
0
points
224k
downloads

Publisher

verified publisherleanflutter.dev

Weekly Downloads

This plugin allows Flutter desktop apps to define a system tray icon.

Repository (GitHub)
View/report issues

Topics

#tray #tray-manager #system-tray

License

unknown (license)

Dependencies

flutter, nativeapi

More

Packages that depend on tray_manager