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

PlatformLinux

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

example/snapd.dart

// ignore_for_file: avoid_print

import 'package:snapd/snapd.dart';

Future<void> main(List<String> args) async {
  final client = SnapdClient(socketPath: '/tmp/http.sock');
  await client.changePassphrase('foo', 'pässwörd');

  client.close();
}
11
likes
150
points
592
downloads

Documentation

API reference

Publisher

verified publishercanonical.com

Weekly Downloads

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

License

MPL-2.0 (license)

Dependencies

collection, freezed_annotation, json_annotation, meta, path, yaml

More

Packages that depend on snapd