-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
44 lines (39 loc) · 912 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
44
name: flutter_pffastconv
description: A new Flutter plugin project.
version: 0.0.2
homepage:
environment:
sdk: '>=3.0.5 <4.0.0'
flutter: ">=3.3.0"
dependencies:
ffi: ^2.0.2
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
ffigen: ^8.0.2
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
plugin:
platforms:
android:
package: com.example.flutter_pffastconv
pluginClass: FlutterPffastconvPlugin
ios:
pluginClass: FlutterPffastconvPlugin
ffigen:
name: 'PFFASTCONVLibrary'
description: 'Bindings to PFFASTCONVLibrary'
output: 'lib/generated_bindings.dart'
llvm-path:
- 'C:\Program Files\llvm'
headers:
entry-points:
- 'pffastconv.h'
compiler-opts:
- '"-IC:\Program Files\LLVM\lib\clang\23\include\"'
scripts:
# bindingクラスを生成する
ffigen: flutter pub run ffigen