cardio_flutter 1.0.3
cardio_flutter: ^1.0.3 copied to clipboard
Flutter package for Cardio SDK - measure heart rate, blood pressure, SpO2, respiratory rate, and HRV using your device camera.
1.0.3 #
- Enhanced UI customizability by dynamically mapping the optional
primaryColorconfig parameter directly into the JS web SDK's icons, text highlights, and continue actions. - Redesigned final results bottom sheet presentation.
- Resolved bug where back navigation accidentally closed the results modal.
1.0.2 #
- Auto-start cardio test on SDK initialization, removing intermediate button page.
- Added
SafeAreato WebView for proper display on devices with notches. - AppBar now hides during active camera test and reappears on the instructions screen.
- System back button now navigates within WebView history before exiting.
- Fixed blank screen after dismissing the results modal.
- Declared explicit
platforms: android, iosinpubspec.yaml. - Added optional
primaryColorparameter to customize the theme color across Flutter UI and SDK.
1.0.1 #
- Added iOS
WKWebViewspecific initializations allowing inline media playback. - Fixed pub.dev inferred platforms to accurately show iOS support.
1.0.0 #
- Initial release
- Cardio health measurement widget (
CardioWebView) - Structured result model (
CardioResult) with heart rate, blood pressure, SpO2, respiratory rate, and HRV - Dual authentication support: API Key and Access Token modes
- API key validation with automatic token fetching
- Built-in results modal with formatted health metrics display
- Camera and microphone permission handling
- Android and iOS support