snapd 0.0.0-dev.3 snapd: ^0.0.0-dev.3 copied to clipboard
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 [...]
A library to interface with the Snap daemon.
Example #
import 'package:snapd/snapd.dart';
var client = SnapdClient();
var snaps = await client.snaps();
print (snaps);