Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Package Receiving heart rate data from a flutter smartwatch

I am looking for a package that can fit me in a flutter that will sync between smart watches like Samsung watch or Apple Watch. I want to get heart rate data from them. Anyone know of such a package or idea to communicate with the watch?

like image 887
אלמוג שטרית Avatar asked Oct 29 '25 13:10

אלמוג שטרית


1 Answers

At present all of wear, tizen, and watch os have different mechanisms for obtaining this data natively, all of which would need a flutter MethodChannel mapping to expose to the flutter side. For wear you can use the wearable_communicator plugin for communicating via the data layer, but I’m not aware of any equivalent for the other two. Alternatively, you could publish this data from the watch to something like an MQTT broker and use an MQTT client on the flutter app to obtain the readings.

like image 70
Paul Mundt Avatar answered Oct 31 '25 13:10

Paul Mundt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!