desktop_entry 1.0.1+1 copy "desktop_entry: ^1.0.1+1" to clipboard
desktop_entry: ^1.0.1+1 copied to clipboard

PlatformLinux

A Dart package 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
150
points
19
downloads

Publisher

verified publishermarkvideon.dev

Weekly Downloads

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

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, path

More

Packages that depend on desktop_entry