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

PlatformLinux

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

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.

7
likes
120
pub points
59%
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
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

collection, dbus, meta

More

Packages that depend on fwupd