A Dart library that implements the freedesktop Desktop Entry Specification.
run:
$ dart run build_runner build -r
to generate this html report, first install lcov, then run:
$ dart test --coverage-path=coverage/lcov.info
$ genhtml coverage/lcov.info -o coverage/html
$ open coverage/html/index.html
- As for now, only the type 1 (Application) is fully implemented
- type 2 (Link) and type 3 (Directory) are partially implemented
