-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
44 lines (32 loc) · 985 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: nvda_controller_client
description: Safe FFI bindings to nvdaControllerClient64.dll which is Windows-only and lets you push speech through the Nonvisual Desktop access screen reader
version: 0.2.1
repository: https://github.com/keithcat1/nvda-controller-dart
environment:
sdk: '>=2.16.1 <4.0.0'
# dependencies:
# path: ^1.8.0
dev_dependencies:
ffigen: ^8.0.2
lints: ^2.1.1
dependencies:
ffi: ^2.0.2
win32: ^5.0.3
ffigen:
name: "NvdaControllerApi"
description: "Safe bindings to the Windows NVDA screen reader controller, allowing text to be spoken and a few other operations"
llvm-path:
- 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\x64'
- 'C:\llvm-mingw'
- 'C:\llvm'
- 'C:\mingw64'
output: 'lib/nvda_controller_client_bindings.dart'
headers:
entry-points:
- 'nvdaController.h'
include-directives:
- '**nvdaController.h'
functions:
leaf:
include:
- '.*'