Skip to content

open-runtime/snapd.dart

 
 

Repository files navigation

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

Contributing to snapd.dart

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

About

Provides a client to access snapd, which allows you to manage, search and install snaps on a Linux system.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dart 100.0%