i want to use google fit data in my flutter app. there is package health
but this package not working if google fit app not installed in the device.how to use google fit api instead.
Google has updated its UI for Google Play Store. I was able to get the app version from a simple request/response for an app with the old UI.
My app is written with Flutter & Dart.
How to detect the app version in Google play? is there any way to fix it.
I got this from Google play via email: If you would like to fetch these details from an API, you may review our Google Play Developer API setup documentation to enable our Publishing API methods. You may refer to edits.tracks method in order to fetch the release versions of all your active tracks.
How to call Google play api from fluttar app and get the published app version?
Best regards
I want to create a project that tracks the user's location when the app is closed or the app is running and then sends user data to Firebase. I chose Flutter to create this project. I'm new in flutter. How to I develop this application? Help me with some advice or related guidelines so I can develop this application.
Use Flutter google maps.
Enable google maps API in google cloud console for your platform(s), Android, iOS if you want web.
Install your location dependency.
Update your database with the new coords when they change.
Build your map widget on your 2nd party's device, as per the documentation, 7. which is crystal clear,and put it in a streambuilder.
Update this map with the new coords.
You get a location tracking system.
i've manage to connect flutter to google sheets through google cloud console
the thing is,i'm trying to learn more about it
my goal is to make a crud app
is there a good resources to learn how to do that?
I have couple of application on Google play store and iTunes Market. Can we get Application analytic data for further manipulation.