flutter_map_math
Map realated calculations in one place. Like finding distance, mid point, bearing angle of two points.And finding destination point.Also convert degrees to radians and vice-versa
0.2.4
2.9K downloads/mo
#4689 most downloaded on pub.dev
Ujjwalsharma2210/flutter_map_math
What this package is like to depend on
Last release 1 years ago
28 Jun 2025
Ships unpredictably
gaps range from 1 weeks to 1.2 years
Nearly every release is documented
notes for 13 of 13 stable releases
1 version withdrawn
withdrawn after publishing
3 years old
14 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
14 releases · Apr 2023 to Jun 2025Releases
latest 14-
0.2.428 Jun 2025 -
0.2.318 Jun 2025Release notes
Open source →Added projectMercator and unprojectMercator All methods in FlutterMapMath are now static
-
0.2.130 Mar 2025 -
0.2.028 Mar 2025 -
0.1.915 Mar 2025 -
0.1.813 Mar 2025 -
0.1.712 Dec 2023Release notes
Open source →Corrected Distance Calculation:
Uses the Haversine formula, which correctly accounts for the Earth's curvature. Computes the geodesic distance between two latitude/longitude points in kilometers. Proper Threshold Units:
The distanceThresholdKm parameter is now explicitly in kilometers.
-
0.1.622 May 2023Release notes
Open source →Instead of passing latitude and longitude to the midpointBetween function, just pass the two points as LatLng objects.
-
0.1.522 May 2023Release notes
Open source →Instead of passing latitude and longitude to the calculateIntersection function, just pass the two points as LatLng objects.
-
0.1.418 May 2023 -
0.1.306 May 2023 -
0.1.218 Apr 2023 -
0.1.117 Apr 2023 -
0.1.016 Apr 2023 withdrawnRelease notes
Open source →added 'calculateIntersection' function to find the intersection point of two lines.