nvda_controller_client 0.2.1 copy "nvda_controller_client: ^0.2.1" to clipboard
nvda_controller_client: ^0.2.1 copied to clipboard

Safe FFI bindings to nvdaControllerClient64.dll which is Windows-only and lets you push speech through the Nonvisual Desktop access screen reader

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nvda_controller_client

With Flutter:

 $ flutter pub add nvda_controller_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  nvda_controller_client: ^0.2.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nvda_controller_client/nvda_controller_client.dart';
1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Safe FFI bindings to nvdaControllerClient64.dll which is Windows-only and lets you push speech through the Nonvisual Desktop access screen reader

Repository (GitHub)
View/report issues

Documentation

API reference

License

Unlicense (LICENSE)

Dependencies

ffi, win32

More

Packages that depend on nvda_controller_client