appstream

Last updated:

0 purchases

appstream Image
appstream Images
Add to Cart

Description:

appstream

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);
}
copied to clipboard
Contributing to appstream.dart #
We welcome contributions! See the contribution guide for more details.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.