All Projects → canonical → udisks.dart

canonical / udisks.dart

Licence: MPL-2.0 license
Native Dart client library to access UDisks service on Linux.

Programming Languages

dart
5743 projects

Pub Package codecov

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();

Contributing to udisks.dart

We welcome contributions! See the contribution guide for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].