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

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
0
pub points
73%
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

License

unknown (LICENSE)

Dependencies

collection, path

More

Packages that depend on snapd