desktop_entry 1.0.0 copy "desktop_entry: ^1.0.0" to clipboard
desktop_entry: ^1.0.0 copied to clipboard

A Flutter plugin for managing Desktop Entry files (.desktop) and DBus Service files in Linux environments.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add desktop_entry

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

dependencies:
  desktop_entry: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:desktop_entry/desktop_entry.dart';
5
likes
0
pub points
39%
popularity

Publisher

verified publishermarkvideon.dev

A Flutter plugin for managing Desktop Entry files (.desktop) and DBus Service files in Linux environments.

Homepage

License

unknown (LICENSE)

Dependencies

collection, flutter_platform_alert, path, path_provider, xdg_directories

More

Packages that depend on desktop_entry