snapd 0.4.14 copy "snapd: ^0.4.14" to clipboard
snapd: ^0.4.14 copied to clipboard

PlatformLinux

Provides a client to access snapd, which allows you to manage, search and install snaps on a Linux system.

Pub Package codecov

Provides a client to access snapd, which allows you to manage, search and install snaps on a Linux system.

Example #

import 'package:snapd/snapd.dart';

var client = SnapdClient();
var snaps = await client.getSnaps();
print (snaps);
client.close();

Contributing to snapd.dart #

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

9
likes
140
pub points
69%
popularity

Publisher

verified publishercanonical.com

Provides a client to access snapd, which allows you to manage, search and install snaps on a Linux system.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

collection, json_annotation, meta, path

More

Packages that depend on snapd