geo_countries 0.0.2 copy "geo_countries: ^0.0.2" to clipboard
geo_countries: ^0.0.2 copied to clipboard

The geo_countries package is a Dart library designed for applications that require geographical data processing. It offers a convenient way to handle country boundaries and geographical coordinates.

example/example.md

var countries = await getCountriesFromLatLng(const LatLng(40.6884277, -74.0482555));
// Get the list of countries, ordered by the distance from the given point.
// In above example, the given point is the Statue Of Liberty. "US" will be the first item in the returned list.
4
likes
130
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

The geo_countries package is a Dart library designed for applications that require geographical data processing. It offers a convenient way to handle country boundaries and geographical coordinates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, flutter, geo

More

Packages that depend on geo_countries