snapd 0.0.0-dev.3 copy "snapd: ^0.0.0-dev.3" to clipboard
snapd: ^0.0.0-dev.3 copied to clipboard

outdated

Provides a client to access snapd, which is the local daemon that manages [snaps](https://snapcraft.io/). This is useful if you want to get information about installed snaps, or find and install more [...]

Pub Package

A library to interface with the Snap daemon.

Example #

import 'package:snapd/snapd.dart';

var client = SnapdClient();
var snaps = await client.snaps();
print (snaps);
9
likes
0
pub points
73%
popularity

Publisher

verified publishercanonical.com

Provides a client to access snapd, which is the local daemon that manages [snaps](https://snapcraft.io/). This is useful if you want to get information about installed snaps, or find and install more from the [snap store](https://snapcraft.io/store).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on snapd