Skip to content

canonical/appstream.dart

Repository files navigation

Pub Package

A parser for Appstream data. This package allows Dart applications to access package metadata on Linux systems.

import 'package:appstream/appstream.dart';

var pool = AppstreamPool();
await pool.load();
for (var component in pool.components) {
  print(component);
}

Contributing to appstream.dart

We welcome contributions! See the contribution guide for more details.

About

Native Dart client library to process Appstream metadata.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages