locale_latlng 1.0.2 copy "locale_latlng: ^1.0.2" to clipboard
locale_latlng: ^1.0.2 copied to clipboard

Get latitude and longitude from a country code.

example/example.dart

import 'package:locale_latlng/locale_latlng.dart';

void main() {
  final latlng = findLocation(countryCode: 'fr');
  print('France: ${latlng!.latitude}, ${latlng.longitude}');
}
3
likes
140
points
28
downloads

Publisher

verified publisheraloisdeniel.com

Weekly Downloads

Get latitude and longitude from a country code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on locale_latlng