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
140
pub points
46%
popularity

Publisher

verified publishermarkvideon.dev

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