rook_sdk_apple_health 0.0.1 copy "rook_sdk_apple_health: ^0.0.1" to clipboard
rook_sdk_apple_health: ^0.0.1 copied to clipboard

outdated

This package enables apps to extract and upload data from Apple Health.

example/README.md

Example with demo app #

  1. Download the project from our repository.

  2. 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';
}
  1. Run flutter pub get

  2. Run Pod install on ios folder

2
likes
0
points
171
downloads

Publisher

verified publisherrook-connect.com

Weekly Downloads

This package enables apps to extract and upload data from Apple Health.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, protobuf, rook_sdk_core

More

Packages that depend on rook_sdk_apple_health

Packages that implement rook_sdk_apple_health