I hope this makes sense. I am not a programmer but am trying to create a FF app using Google Gemini to help me when I get stuck. I am trying to build a proof of concept app for a game I want to develop and I need to read the steps from my phone (android). I have Google Fit and Google Health Connect installed on my phone. Gemini said I need to add the code from https://pub.dev/packages/health to my pubspec.yaml file using android studio IDE ... but I am not using android studio, I'm using the Flutter Flow app builder .. and if possible, I would like to avoid android studio.
So my questions are:
First, does this approach make sense? If not, how should I proceed? Is there another way to integrate a service that will let me read step counts?
Second, if this is a good approach, how do I add the code from the pub.dev/packages/health into my app?
Thanks for help guidance and suggestions!