HrX03 / udisks.dart

Native Dart client library to access UDisks service on Linux.

Home Page:https://pub.dev/packages/udisks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Native Dart client library to access UDisks service on Linux.

https://pub.dev/packages/udisks

License:Mozilla Public License 2.0


Languages

Language:Dart 100.0%