In my FlutterFlow project, I'm trying to pick the current device location. However, whenever I attempt to fetch the latitude and longitude, they always return as 0
.
I've followed the standard setup, but still can't seem to get the correct location data.
How can I properly retrieve the current location in FlutterFlow?