-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpubspec.yaml
69 lines (58 loc) · 2.07 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name: carp_mobile_sensing
description: Mobile Sensing Framework for Flutter. A software framework for collecting sensor data from the phone and attached wearable devices via probes. Can be extended.
version: 1.11.6
homepage: https://github.com/cph-cachet/carp.sensing-flutter
environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
carp_serializable: ^2.0.0 # polymorphic json serialization
carp_core: ^1.8.2 # the core CARP domain model
json_annotation: ^4.8.0
system_info2: ^4.0.0
async: ^2.11.0
statistics: ^1.0.0
sample_statistics: ^0.2.0
path_provider: ^2.0.0
sqflite: ^2.2.8 # For local storage in SQLite DB
archive: ^3.3.0
permission_handler: ^11.0.0
shared_preferences: ^2.2.0
package_info_plus: '>=6.0.0 <9.0.0'
flutter_local_notifications: ^17.0.0 # For sending notification on AppTask
cron: ^0.6.0 # For scheduling / triggering cron jobs
timezone: ^0.9.0 # For collecting time zone information
flutter_timezone: ^3.0.0 # For getting local time zone for scheduling notifications
# probe-dependent plugins
device_info_plus: '>=9.0.0 <12.0.0'
sensors_plus: ^6.0.0
battery_plus: ^6.0.0
# CARP plugins
pedometer: ^4.0.0 # Step count from local OS
light: ^3.0.0 # Light sensor
screen_state: ^4.0.0 # Screen LOCK/ON/OFF
# Overriding carp core libraries to use the local copy
# Remove this before release of package
dependency_overrides:
# carp_serializable:
# path: ../carp_serializable/
# carp_core:
# path: ../carp_core/
dev_dependencies:
build_runner: any
json_serializable: any
test: any
flutter_lints: any
# The following section is specific to Flutter.
flutter:
# Useful pubspec commands:
# flutter pub upgrade
# flutter pub outdated
# flutter pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
# flutter pub cache repair
# ./gradlew clean
#
# Auto generate json code (.g files) with:
# dart run build_runner build --delete-conflicting-outputs