health_forge_strava 0.1.1
health_forge_strava: ^0.1.1 copied to clipboard
Strava REST API adapter for health_forge — fetches workouts, heart rate, calories, distance, and elevation via OAuth 2.0 PKCE with rate limiting.
0.1.1 #
- Added
example/example.dartdemonstrating OAuth 2.0 PKCE setup - Added
example/README.mddescribing the live PKCE flow prerequisites and production token-exchange guidance - Bumped
health_forge_coredependency to^0.1.1 - Tightened pubspec description to satisfy pana length limit
0.1.0 #
- Initial release
- Strava REST API adapter supporting 5 health metric types (workouts, heart rate, calories, distance, elevation)
- OAuth 2.0 PKCE authentication with client_secret support
- Page-based pagination and dual rate limiting (100/15min + 1000/day)
- StravaWorkoutExtension for Strava-specific workout metrics (suffer score, segments, polyline)
- kJ to kcal conversion for calories, time-offset streams for heart rate
- See getting started guide for usage