appstream 0.2.10 copy "appstream: ^0.2.10" to clipboard
appstream: ^0.2.10 copied to clipboard

PlatformLinux

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

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);
}
copied to clipboard

Contributing to appstream.dart #

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

5
likes
160
points
374
downloads

Publisher

verified publishercanonical.com

Weekly Downloads

2024.09.29 - 2025.04.13

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

Repository (GitHub)
Contributing

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

xml, yaml

More

Packages that depend on appstream