Search code examples
fluttergoogle-apigoogle-fit

Writing data to Google Fit API with Flutter


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?


Solution

  • 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.