Skip to content

0.0.1

Compare
Choose a tag to compare
@shubhamsinghshubham777 shubhamsinghshubham777 released this 18 Nov 09:47
· 19 commits to main since this release

🎉 Initial Release 🎉

Meet KHealth, a simple & easy-to-use Kotlin Multiplatform wrapper over Health Connect and HealthKit APIs on Android and Apple platforms respectively.

This release provides you with some core features like:

1. Check SDK Availability 📱 ⌚️

Use kHealth.isHealthStoreAvailable to know if the health store is available on your system.

2. Check Permission Statuses ✅ / ❌

Use kHealth.checkPermissions() with your desired permission entries to check if the user has provided your app the permission to Read/Write that particular kind of data.

3. Request Permissions 🔐

Use kHealth.requestPermissions() with your desired permission entries to request the user to provide you the permission to Read/Write a particular kind of data.

4. Write Records 📝

Use kHealth.writeRecords() with your desired data records to write multiple types of data into the health store.

5. Read Records 📚

Use kHealth.readRecords() with your desired read requests to read a single type of data from the health store.

Important

The library is being actively developed and with your support, we can target to cover 100% of the features from both Android and Apple APIs as soon as possible 🙌🏼 So please feel free to try it out, experiment with it, and provide your feedback 🌟