This repository was archived by the owner on Jul 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
120 lines (112 loc) · 3.12 KB
/
pubspec.yaml
File metadata and controls
120 lines (112 loc) · 3.12 KB
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
name: ecg_monitor
description: Yet another electrocardiogram monitor app.
publish_to: "none"
version: 0.37.10+74
environment:
sdk: ">=2.19.0 <3.0.0"
dependencies:
animations: ^2.0.7
cupertino_icons: ^1.0.5
dio: ^5.1.1
duration_picker: ^1.1.1
ffi: ^2.0.1
file_picker: ^5.2.10
fl_chart: ^0.63.0
flex_color_picker: ^3.2.1
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_reactive_ble: ^5.0.3
flutter_riverpod: ^2.3.6
flutter_ume: ^1.1.2
flutter_ume_kit_clean_local_data: ^1.0.0
flutter_ume_kit_console: ^1.1.0
flutter_ume_kit_designer_check: ^1.0.0
flutter_ume_kit_device: ^1.0.0
flutter_ume_kit_dio: ^2.0.0+3
flutter_ume_kit_perf: ^1.0.1
flutter_ume_kit_shared_preferences: ^1.0.0
flutter_ume_kit_show_code: ^1.0.1
flutter_ume_kit_slow_animation: ^1.0.0
flutter_ume_kit_ui: ^1.1.1
freezed_annotation: ^2.2.0
functional_widget_annotation: ^0.10.0
go_router: ^9.0.0
intl: ^0.18.0
isar: ^3.1.0
isar_flutter_libs: ^3.1.0
logging: ^1.1.1
package_info_plus: ^4.0.0
path: ^1.8.2
path_provider: ^2.0.14
permission_handler: ^10.2.0
pretty_dio_logger: ^1.3.1
quiver: ^3.2.1
restart_app: ^1.1.2
riverpod_annotation: ^2.1.1
sentry_dio: ^7.4.2
sentry_flutter: ^7.4.2
sentry_logging: ^7.4.2
shared_preferences: ^2.1.0
time_range_picker: ^2.2.0
url_launcher: ^6.1.10
dev_dependencies:
all_lint_rules_community: ^0.0.31
build_runner: ^2.3.3
dependency_validator: ^3.2.2
ffigen: ^8.0.0
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
freezed: ^2.3.2
functional_widget: ^0.10.1
isar_generator: ^3.1.0
json_serializable: ^6.6.1
path_provider_platform_interface: ^2.0.6
plugin_platform_interface: ^2.1.4
riverpod_generator: ^2.2.1
dependency_overrides:
flutter_ume_kit_clean_local_data:
git:
url: https://github.com/CCXXXI/flutter_ume_kits.git
path: packages/flutter_ume_kit_clean_local_data
flutter_ume_kit_console:
git:
url: https://github.com/CCXXXI/flutter_ume.git
path: kits/flutter_ume_kit_console
flutter_ume_kit_designer_check:
git:
url: https://github.com/CCXXXI/flutter_ume_kits.git
path: packages/flutter_ume_kit_designer_check
flutter_ume_kit_dio:
git:
url: https://github.com/CCXXXI/flutter_ume_kits.git
path: packages/flutter_ume_kit_dio
flutter_ume_kit_perf:
git:
url: https://github.com/CCXXXI/flutter_ume.git
path: kits/flutter_ume_kit_perf
flutter_ume_kit_shared_preferences:
git:
url: https://github.com/CCXXXI/flutter_ume_kits.git
path: packages/flutter_ume_kit_shared_preferences
flutter_ume_kit_show_code:
git:
url: https://github.com/CCXXXI/flutter_ume.git
path: kits/flutter_ume_kit_show_code
flutter_ume_kit_slow_animation:
git:
url: https://github.com/CCXXXI/flutter_ume_kits.git
path: packages/flutter_ume_kit_slow_animation
flutter_ume_kit_ui:
git:
url: https://github.com/CCXXXI/flutter_ume.git
path: kits/flutter_ume_kit_ui
flutter:
uses-material-design: true
assets:
- assets/model.pt
- ios/Classes/PanTompkinsQRS/LICENSE
flutter_intl:
enabled: true