geo_sort 0.1.0 geo_sort: ^0.1.0 copied to clipboard
A Dart package for sorting a list of geographic locations based on their distance from a reference location.
0.1.0 #
- Added support for sorting locations by distance from a reference location.
- Added
GeoSort
utility class. - Added
sortByLatLong
method toGeoSort
class. - Added
TestLocation
class implementingHasLocation
interface for testing purposes. - Added tests for
GeoSort
class.
-
Updated documentation to include instructions on how to use the
GeoSort
utility class. -
Updated documentation with explanations of parameters and usage examples.
-
Updated
GeoSort.sortByLatLong
method to accept generic type that extendsHasLocation
. -
Fixed a bug in the calculation of distances in
GeoSort.sortByLatLong
method.
0.0.3 #
- Add Example files.
0.0.2 #
- First Release.
0.0.1 #
- TODO: Describe initial release.