rook_sdk_apple_health 0.0.1
rook_sdk_apple_health: ^0.0.1 copied to clipboard
This package enables apps to extract and upload data from Apple Health.
example/README.md
Example with demo app #
-
Download the project from our repository.
-
In the lib folder create a secrets.dart file with a Secrets class and add the following constants:
class Secrets {
static String clientUUID = 'clientUUID';
static String clientPassword = 'clientPassword';
static String rookUrl = 'rookUrl';
}
-
Run
flutter pub get -
Run
Pod installon ios folder