snapd 0.6.4 copy "snapd: ^0.6.4" to clipboard
snapd: ^0.6.4 copied to clipboard

PlatformLinux

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

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.

11
likes
160
pub points
72%
popularity

Publisher

verified publishercanonical.com

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

collection, freezed_annotation, json_annotation, meta, path, yaml

More

Packages that depend on snapd