snapd 0.0.0-dev.6 snapd: ^0.0.0-dev.6 copied to clipboard
Provides a client to access snapd, which allows you to manage, search and install snaps on a Linux system.
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.snaps();
print (snaps);
Contributing to snapd.dart #
We welcome contributions! See the contribution guide for more details.