SkillAgentSearch skills...

Udisks.dart

Provides a client to connect to UDisks - the service that accesses and manipulates disks, storage devices and technologies on Linux.

Install / Use

/learn @canonical/Udisks.dart
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated5mo ago
Forks6

Languages

Dart

Security Score

87/100

Audited on Oct 29, 2025

No findings