All Projects → canonical → snapd.dart

canonical / snapd.dart

Licence: MPL-2.0 License
Native Dart client to access snapd

Programming Languages

dart
5743 projects

Pub Package codecov

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);
client.close();

Contributing to snapd.dart

We welcome contributions! See the contribution guide for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].