forked from gencto/bacnet_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
60 lines (53 loc) · 1.08 KB
/
pubspec.yaml
File metadata and controls
60 lines (53 loc) · 1.08 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: bacnet_plugin
description: "A Flutter FFI plugin for BACnet protocol communication, supporting client and server operations with isolate-based architecture."
version: 0.0.3
license: MIT
homepage: https://github.com/gencto/bacnet_plugin
repository: https://github.com/gencto/bacnet_plugin
issue_tracker: https://github.com/gencto/bacnet_plugin/issues
environment:
sdk: ^3.10.4
flutter: ">=3.3.0"
dependencies:
ffi: ^2.1.4
flutter:
sdk: flutter
json_annotation: ^4.9.0
meta: ^1.15.0
plugin_platform_interface: ^2.1.8
dev_dependencies:
build_runner: ^2.4.0
ffigen: ^20.1.1
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^6.0.0
json_serializable: ^6.8.0
mocktail: ^1.0.0
ffigen:
config: ffigen.yaml
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
linux:
ffiPlugin: true
macos:
ffiPlugin: true
windows:
ffiPlugin: true
platforms:
android:
ios:
linux:
macos:
windows:
topics:
- bacnet
- bms
- iot
- protocol