geo_sort 0.1.0 copy "geo_sort: ^0.1.0" to clipboard
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 to GeoSort class.
  • Added TestLocation class implementing HasLocation 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 extends HasLocation.

  • 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.
2
likes
160
points
31
downloads

Publisher

verified publishermariorefetto.it

Weekly Downloads

A Dart package for sorting a list of geographic locations based on their distance from a reference location.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on geo_sort