Skip to content

canonical/fwupd.dart

Repository files navigation

Pub Package codecov

Provides a client to connect to fwupd - the service that does firmware updates on Linux.

import 'package:fwupd/fwupd.dart';

var client = FwupdClient();
await client.connect();
print('Running fwupd ${client.daemonVersion}');
await client.close();

Contributing to fwupd.dart

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

About

Native Dart client library to control firmware updates on Linux.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages