-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpubspec.yaml
41 lines (33 loc) · 1001 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
name: carp_movisens_package
description: CARP Movisens sampling package. Samples movement, activity, HRV, MET-level, and ECG for the Movisens Move4 and EcgMove4 devices
version: 1.6.1
homepage: https://github.com/cph-cachet/carp.sensing-flutter/tree/master/packages/carp_movisens_package
environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
carp_serializable: ^2.0.0
carp_core: ^1.8.0
carp_mobile_sensing: ^1.10.0
json_annotation: ^4.8.0
async: ^2.7.0
movisens_flutter: ^3.1.2
convert: ^3.0.1
openmhealth_schemas: ^0.3.0
flutter_blue_plus: ^1.32.0
# Overriding carp libraries to use the local copy
# Remove this before release of package
# dependency_overrides:
# carp_serializable:
# path: ../../carp_serializable/
# carp_core:
# path: ../../carp_core/
# carp_mobile_sensing:
# path: ../../carp_mobile_sensing/
dev_dependencies:
flutter_lints: any
build_runner: any
json_serializable: any
test: any