fwupd 0.0.2 copy "fwupd: ^0.0.2" to clipboard
fwupd: ^0.0.2 copied to clipboard

outdated

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

Pub Package

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.

7
likes
0
pub points
57%
popularity

Publisher

verified publishercanonical.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dbus

More

Packages that depend on fwupd