health_forge 0.1.1
health_forge: ^0.1.1 copied to clipboard
Flutter toolkit aggregating health data from HealthKit, Health Connect, Oura, and Strava into a unified model with conflict resolution and local caching.
0.1.1 #
- Added
example/example.dartdemonstratingHealthForgeClientandQueryBuilderusage - Added
example/README.mdlinking to the workspace Flutter example app - Bumped
health_forge_coredependency to^0.1.1 - Shortened pubspec description for cleaner pub.dev display
0.1.0 #
- Initial release
- HealthForgeClient — main entry point for multi-provider health data aggregation
- ProviderRegistry — register and discover health data providers
- AuthOrchestrator — authorize/deauthorize flows for all registered providers
- QueryBuilder/QueryExecutor — fluent query API with multi-provider execution
- InMemoryCacheManager and DriftCacheManager (SQLite) for local caching
- SyncManager — sync coordination with deduplication
- TokenStore — secure OAuth token persistence via flutter_secure_storage
- See getting started guide for usage