0 purchases
udisks
Provides a client to connect to
UDisks - the service that accesses and manipulates disks, storage devices and technologies on Linux.
import 'package:udisks/udisks.dart';
var client = UDisksClient();
await client.connect();
print('Running UDisks ${client.version}');
print('Supported filesystems: ${client.supportedFilesystems.join(' ')}');
await client.close();
copied to clipboard
Contributing to udisks.dart #
We welcome contributions! See the contribution guide for more details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.