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.