cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
527 stars 625 forks source link

Help needed in flutter project that i am working on for fetching the data from my smartwatch. #957

Open AkashLCrest opened 1 month ago

AkashLCrest commented 1 month ago

I am working on the Flutter project and my task is to get data like heart rate, steps, and battery percentage from my Android smartwatch to my Flutter application on my mobile. Can you please tell me if the Health package supports this kind of feature where we get the data from the smartwatch and display it on my mobile app if yes then can someone please help me implement it or guide me to a proper tutorial where I can learn how to implement this kind of feature?

Your help is greatly appreciated.

I am using the following version dart: ">=3.2.2 <4.0.0" flutter: ">=3.16.0"