0

I want to get health related data from smartwatch like noise and firebolt and show it in UI in Flutter app which are connected by bluetooth.

I tried all the suggestions and all the GitHub source codes but they were not working.

  • Have you tried https://pub.dev/packages/health ? – esentis Jan 08 '23 at 17:21
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Jan 09 '23 at 08:16
  • @esentis I checked the health plugin, but there was only setup for google fit and apple health, every answer on stack suggested flutter_blue plugin, but can't get the proper source code for it yet. still trying. – Gaurav Jadhav Jan 17 '23 at 18:22

1 Answers1

0

It's not possible to fetch data from smartwatch unless the developer gives access to it.Maybe try developing a watchOS app ,using products that enables developer mode (eg:apple) to access the data from the watch itself. Thankyou:)

Sushmith
  • 1
  • 2