open_wearables_health_sdk 0.0.3
open_wearables_health_sdk: ^0.0.3 copied to clipboard
Flutter SDK for secure background health data synchronization from Apple HealthKit (iOS) to the Open Wearables platform.
0.0.3 #
- Changed sync endpoint URL from
/sdk/users/{user_id}/sync/apple/healthionto/sdk/users/{user_id}/sync/apple
0.0.2 #
- Added repository and issue tracker URLs for pub.dev
0.0.1 #
- Initial release of Open Wearables Health SDK
- Background health data synchronization from Apple HealthKit (iOS)
- Secure credential storage using iOS Keychain
- Token-based authentication with automatic refresh support
- Incremental sync using anchored queries
- Resumable sync sessions for interrupted uploads
- Support for 40+ health data types including:
- Activity: steps, distance, flights climbed, walking metrics
- Heart: heart rate, resting heart rate, HRV, VO2 max
- Body: weight, height, BMI, body fat percentage
- Sleep: sleep analysis, mindful sessions
- Workouts: all workout types with detailed statistics
- And more...