fwupd 0.2.2 fwupd: ^0.2.2 copied to clipboard
Provides a client to connect to fwupd - the service that does firmware updates on Linux.
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.