Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.