-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpubspec.yaml
43 lines (36 loc) · 995 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
41
42
43
name: research_package
description: A Flutter framework for obtaining informed consent, showing surveys and collecting results.
version: 1.7.4
homepage: https://github.com/cph-cachet/research.package
environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
carp_serializable: ^2.0.0
signature: ^5.4.0
rxdart: ">=0.27.0 <1.0.0"
# rxdart: ^0.28.0
json_annotation: ^4.8.0
just_audio: ^0.9.0
# Overriding carp core libraries to use the local copy
# Remove this before release of package
# dependency_overrides:
# carp_serializable:
# path: ../carp/carp.sensing-flutter/carp_serializable/
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: any
json_serializable: any
flutter_lints: any
test: any
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/lang/
- assets/audio/
# auto generate json code (.g files) with:
# dart run build_runner build --delete-conflicting-outputs