udisks 0.0.0-dev.1 copy "udisks: ^0.0.0-dev.1" to clipboard
udisks: ^0.0.0-dev.1 copied to clipboard

outdated

Provides a client to connect to UDisks - the service that ca access and manipulate disks, storage devices and technologies on Linux.

Pub Package

Provides a client to connect to UDisks - the service that ca access and manipulate disks, storage devices and technologies on Linux.

import 'package:dbus/dbus.dart';
import 'package:udisks/udisks.dart';

var systemBus = DBusClient.system();
var client = UDisksClient(systemBus);
await client.connect();
print('Running UDisks ${client.version}');
await systemBus.close();
7
likes
0
pub points
62%
popularity

Publisher

verified publishercanonical.com

Provides a client to connect to UDisks - the service that ca access and manipulate disks, storage devices and technologies on Linux.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dbus

More

Packages that depend on udisks