Flutter – sorting firebase locations by distance using current user location
I have a collection of Firebase locations with lat and long fields. Once a button is pressed in my flutter Android app, it will measure the distance between the user and the different locations and will be displayed in the…