-
Notifications
You must be signed in to change notification settings - Fork 688
/
pubspec.yaml
37 lines (32 loc) · 949 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
name: health
description: Wrapper for Apple's HealthKit on iOS and Google's Health Connect on Android.
version: 11.1.1
homepage: https://github.com/cph-cachet/flutter-plugins/tree/master/packages/health
environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.6.0"
dependencies:
flutter:
sdk: flutter
intl: '>=0.18.0 <0.20.0'
device_info_plus: '>=9.0.0 <11.0.0'
json_annotation: ^4.8.0
carp_serializable: ^2.0.0 # polymorphic json serialization
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: any
# Using carp_serializable & json_serializable to auto generate json code (.g files) with this command:
# dart run build_runner build --delete-conflicting-outputs
build_runner: any
json_serializable: any
flutter:
plugin:
platforms:
android:
package: cachet.plugins.health
pluginClass: HealthPlugin
ios:
pluginClass: HealthPlugin