Reputation: 21
I want to connect a smartwatch (e.g. Galaxy Watch) with a Flutter app on Android and receive steps or information from the smartwatch.
What should I do?
Is there no other way than using our own SDK or API, such as Samsung SDK? Or is it possible with just a Bluetooth connection?
I looked for many ways, and what I finally found was Using packages such as flutter_wear_os_connectivity or watch_connectivity The only way I could find was to connect the Wear OS app with the Android app.
Upvotes: 1
Views: 602
Reputation: 1622
Official way to access data from galaxy watch is Samsung health SDK.
You might looking for one provider which can give you all data. As per my research, you have to implement all different SDK to support wide variety of watches.
Few References:
We have more major providers like Garmin Health API, Withings Health API, etc.
Upvotes: 0