dbus_client 0.0.0-dev.6 copy "dbus_client: ^0.0.0-dev.6" to clipboard
dbus_client: ^0.0.0-dev.6 copied to clipboard

discontinued
outdated

Native DBus client library.

Pub Package

A native Dart client implementation of D-Bus.

Example #

import 'package:dbus_client/dbus_client.dart';

var client = DBusClient.system();
await client.connect();
var proxy = DBusObjectProxy(client, 'org.freedesktop.hostname1', '/org/freedesktop/hostname1');
var result = await proxy.getProperty('org.freedesktop.hostname1', 'Hostname');
var hostname = (result.value as DBusString).value;
print("hostname: ${hostname}");
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Native DBus client library.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

unix_domain_socket

More

Packages that depend on dbus_client