Project & community
Health Connector SDK is an open-source Flutter SDK under the Apache 2.0 License, developed as a Melos-managed monorepo.
Report a bug or request a feature
Open an issue on GitHub Issues.
Health bugs are frequently device-specific, so a reproducible report needs more than a stack trace. Please include:
- Device and OS version — Health Connect capability varies by Mainline module level, and some iOS types have version floors
- Flutter and Dart versions
- Health Connector SDK version
- Steps to reproduce, and logs from a
PrintLogProcessor - Expected versus actual behavior
Before filing, check whether the behavior is a documented platform difference — Platform differences and the error code reference cover the most common surprises. Reproducing the flow in the Toolbox demo app is the quickest way to tell an SDK bug from a configuration issue.
Contribute
- Fork the repository
- Create a feature branch —
git checkout -b feature/amazing-feature - Commit your changes
- Push the branch
- Open a pull request
Before submitting:
- Follow the lint rules in
health_connector_lint - Add tests for new functionality
- Update documentation as needed
For anything substantial, open an issue first to discuss the approach.
Full details are in CONTRIBUTING.md.
Improve these docs
Every page has a Suggest an edit to this page link at the bottom that opens the source file on GitHub. Documentation fixes are welcome as pull requests, same as code.
Repository
| Resource | Link |
|---|---|
| Source | github.com/fam-tung-lam/health_connector |
| Package | pub.dev/packages/health_connector |
| Generated API docs | pub.dev/documentation/health_connector |
| Changelog | pub.dev changelog |
| Issues | GitHub Issues |
License
Apache 2.0. See LICENSE.