/snapd.dart

Primary LanguageDartMozilla Public License 2.0MPL-2.0

Pub Package

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.