bigdatacloud_reverse_geocode_client 1.0.0
bigdatacloud_reverse_geocode_client: ^1.0.0 copied to clipboard
Free reverse geocoding for Flutter/Dart — get city, country, and locality from GPS coordinates with automatic IP geolocation fallback. No API key needed.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bigdatacloud_reverse_geocode_clientWith Flutter:
$ flutter pub add bigdatacloud_reverse_geocode_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bigdatacloud_reverse_geocode_client: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:bigdatacloud_reverse_geocode_client/bigdatacloud_reverse_geocode_client.dart';