Flutter & IoT
Statmize App
Statmize is a comprehensive IoT solution designed to bridge the gap between hardware sensors and user-friendly mobile interfaces. It handles complex Bluetooth connection to stream data in real-time.

PREVIEW_OFFLINE
Tech Stack
FlutterDartFirebase
Technical Deep Dive
The Challenge
Handling high-frequency data packets (20ms interval) from the Hardware without freezing the UI thread on older Android devices.
The Solution
Implemented a custom Stream buffer in Dart using Isolate (background threads) to process raw hex data before sending it to the UI layer, resulting in 60FPS performance.