You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌍💙🔥 geoflutterfire_plus allows your flutter apps to query geographic data saved in Cloud Firestore. This package is fork from GeoFlutterFire, and tried to be constantly maintained to work with latest Flutter SDK, Dart SDK, and other dependency packages.
Calculates the distance between any two geo points in our earth. Using Haversine Formula (https://en.wikipedia.org/wiki/Haversine_formula). You can enter the geo coordinates (Lat-Long) of any two positions in earth, this application will provides you the distance between those two positions.