How to connect and detect smartwatch in flutter

153 views Asked by At

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.

0

There are 0 answers