-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpubspec.yaml
47 lines (39 loc) · 1.16 KB
/
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
45
46
47
name: carp_communication_package
description: CARP communication sampling package. Samples phone, sms, and calendar logs and activity.
version: 1.6.1
homepage: https://github.com/cph-cachet/carp.sensing-flutter/tree/master/packages/carp_communication_package
environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.6.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
telephony: ^0.2.0
call_log: ^4.0.0
device_calendar: ^4.3.2
crypto: ^3.0.1
permission_handler: ^11.0.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/
# Issue w. device_calendar => https://github.com/builttoroam/device_calendar/issues/483
# device_calendar:
# git:
# url: https://github.com/builttoroam/device_calendar.git
# ref: 4.3.1
dev_dependencies:
flutter_lints: any
build_runner: any
json_serializable: any
test: any
flutter: