A parser for Appstream files.
More...
import 'package:appstream/appstream.dart'; var pool = AppstreamPool(); await pool.load(); for (var component in pool.components) { print(pool.components); }
We welcome contributions! See the contribution guide for more details.
canonical.com
Repository (GitHub)View/report issues
unknown (license)
xml, yaml
Packages that depend on appstream
Back