ip_geolocate 1.1.0
ip_geolocate: ^1.1.0 copied to clipboard
IPv4 geolocation from the free geolite2-city-json static dataset (MaxMind GeoLite2-City): country, region, city and coordinates for an IP address.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ip_geolocateWith Flutter:
$ flutter pub add ip_geolocateThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ip_geolocate: ^1.1.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:ip_geolocate/ip_geolocate.dart';