Is there a way to write data to Google Fit using flutter? I tried Google API package for that but the documentation is for native android app and not flutter. Is there an example for that in Flutter?
Flutter is not supported by Google Fit natively, but you can use Google Fit Rest API in Flutter. Also found this example that could help.