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

outdated

A parser for Appstream files.

Pub Package

A parser for Appstream files.

import 'package:appstream/appstream.dart';

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

Contributing to appstream.dart #

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