snapd

Creator: coderz1093

Last updated:

Add to Cart

Description:

snapd

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();
copied to clipboard
Contributing to snapd.dart #
We welcome contributions! See the contribution guide for more details.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.