Skip to content

robert-ancell/at_spi.dart

Repository files navigation

Pub Package codecov

Provides access to the Assistive Technology Service Provider Interface (AT-SPI), the standard for accessibility on Linux desktops.

import 'package:at_spi/at_spi.dart';

var client = AtSpiClient();
await client.connect();
// FIXME
await client.close();

Contributing to at_spi.dart

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages