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.

example/lib/main.dart

import 'app.dart';
import 'package:example/service/dbus_service.dart';
import 'package:flutter/material.dart';

void main(List<String> arguments) {
  // It is highly recommended to perform requests to the DBus daemon as close to
  // initialisation as possible.
  DbusService();
  runApp(MyApp(arguments));
}
5
likes
0
pub points
1%
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