ihealth_sdk 0.0.3
ihealth_sdk: ^0.0.3 copied to clipboard
A Flutter plugin to integrate the iHealth KN-550BT blood pressure monitor.
Changelog #
All notable changes to this project will be documented in this file.
0.0.3 - 2025-05-25 #
Added #
- Initial release of
ihealth_hr_plugin. - Supports scanning and connecting to iHealth KN-550BT blood pressure monitor via Bluetooth.
- Streams real-time blood pressure and heart rate data to Flutter applications.
- Provides offline history data synchronization and reporting.
- Exposes device status updates including connection state, battery level, backlight, and clock display status.
- Handles necessary Bluetooth and location permissions for Android devices.
- Designed as a reusable Flutter plugin with an event stream API.