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

A Dart package for parsing freedesktop (XDG) desktop entries on Linux.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add freedesktop_desktop_entry

With Flutter:

 $ flutter pub add freedesktop_desktop_entry

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

dependencies:
  freedesktop_desktop_entry: ^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:freedesktop_desktop_entry/freedesktop_desktop_entry.dart';
3
likes
120
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for parsing freedesktop (XDG) desktop entries on Linux.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, equatable, fast_immutable_collections, freezed_annotation, path

More

Packages that depend on freedesktop_desktop_entry