-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
142 lines (126 loc) · 3.2 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# Flutter app
name: balance
description: Flutter application to measure you posture!
version: 1.0.0+5
environment:
sdk: ">=2.6.0 <3.0.0"
dependencies:
# Flutter main dependencies
flutter:
sdk: flutter
path_provider: ^1.6.9
# Sensors dependencies
sensors:
git:
url: https://github.com/giandifra/plugins.git
ref: Sensors-feature
path: packages/sensors
# Bloc dependencies
flutter_bloc: ^4.0.0
# Floor dependencies
floor: ^0.12.0
# Http requests dependencies
http: ^0.12.0+1
# Frequency Analysis dependencies
iirjdart: ^0.0.1
powerdart: ^0.0.2
# Miscellaneous dependencies
quiver: ^2.1.3
shared_preferences: ^0.5.7+3
package_info: ^0.4.0+18
circular_check_box:
git:
url: git://github.com/Supercaly/circular_check_box
ref: development
custom_dropdown: ^0.0.2
vibration: ^1.2.4
audioplayers: ^0.15.1
charts_flutter: ^0.10.0
easy_localization: ^2.3.2
focus_detector: ^1.1.0
wakelock: ^0.2.1+1
battery: ^1.0.11
device_info: ^1.0.0
group_button: ^1.1.0 #latest version
flutter_range_slider: ^1.5.0
toggle_switch: ^0.1.8
flutter_beep: ^0.2.0
modal_progress_hud: ^0.1.3
url_launcher: ^5.7.10
fluttertoast: ^7.1.8
screenshot: ^0.3.0
fl_chart: ^0.12.3
flutter_slidable: ^0.5.7
equatable:
dev_dependencies:
flutter_launcher_icons: "^0.8.1"
# Test dependencies
flutter_test:
sdk: flutter
mockito: ^4.1.1
# Floor dev dependencies
floor_generator: ^0.12.0
sqflite_ffi_test:
git:
url: git://github.com/tekartik/sqflite_more
ref: dart2
path: sqflite_ffi_test
# Build Runner dev dependencies
build_runner: ^1.7.4
# About Dependencies dev dependencies
about_dependencies: ^0.0.1
flutter_icons:
image_path: "assets/app_logo.png"
android: true
ios: true
flutter:
uses-material-design: true
# Assets paths
assets:
# App Logo
- assets/app_logo_circle.png
- assets/app_logo_circle_broken.png
- assets/app_logo_circle_grey.png
- assets/app_logo.png
# Partners
- assets/digitsrl.png
- assets/marche_region.png
- assets/uniurb.png
- assets/univpm.png
# Images
- assets/images/empty.png
- assets/images/error.png
- assets/images/eta.png
- assets/images/height.png
- assets/images/phone.png
- assets/images/tutorial.png
- assets/images/appstore_logo.png
- assets/images/open_source.png
- assets/images/reading.png
- assets/images/walking.png
- assets/images/working.png
- assets/images/drinking.png
- assets/images/eating.png
- assets/images/sleeping.png
- assets/images/sport.png
- assets/images/reading_grey.png
- assets/images/walking_grey.png
- assets/images/working_grey.png
- assets/images/drinking_grey.png
- assets/images/eating_grey.png
- assets/images/sleeping_grey.png
- assets/images/sport_grey.png
- assets/images/wom.png
- assets/images/wom_black.png
- assets/images/no_charts.png
# Sounds
- assets/sounds/light_pop_bigdsc.mp3
- assets/sounds/finish_bigdsc.mp3
# Translations
- assets/translations/en.json
- assets/translations/it.json
# Fonts
fonts:
- family: BIcons
fonts:
- asset: assets/fonts/BIcons.ttf