rook_sdk_health_connect 0.0.1
rook_sdk_health_connect: ^0.0.1 copied to clipboard
This package enables apps to extract and upload data from Health Connect.
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