-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (34 loc) · 890 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (34 loc) · 890 Bytes
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
name: dive_computer
description: "A Flutter plugin for communication with dive computers."
version: 0.0.1
homepage: "https://divenote.app"
repository: "https://github.com/DiveNote/dive_computer"
issue_tracker: "https://github.com/DiveNote/dive_computer/issues"
funding:
- "https://github.com/sponsors/Sese-Schneider"
environment:
sdk: '>=3.2.3 <4.0.0'
flutter: '>=3.3.0'
dependencies:
ffi: '>=2.1.0 <3.0.0'
flutter:
sdk: flutter
logging: '>=1.2.0 <2.0.0'
path: '>=1.8.0 <2.0.0'
plugin_platform_interface: '>=2.0.2 <3.0.0'
dev_dependencies:
ffigen: ">=10.0.0 <12.0.0"
flutter_test:
sdk: flutter
flutter_lints: ">=2.0.0 <4.0.0"
flutter:
plugin:
platforms:
windows:
ffiPlugin: true
android:
ffiPlugin: true
macos:
ffiPlugin: true
ios:
ffiPlugin: true