ip_geolocate 1.1.0 copy "ip_geolocate: ^1.1.0" to clipboard
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_geolocate

With Flutter:

 $ flutter pub add ip_geolocate

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ip_geolocate: ^1.1.0

Alternatively, 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';
0
likes
160
points
1.17k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

IPv4 geolocation from the free geolite2-city-json static dataset (MaxMind GeoLite2-City): country, region, city and coordinates for an IP address.

Repository (GitHub)
View/report issues

Topics

#geolocation #geoip #ip #maxmind

License

MIT (license)

Dependencies

http

More

Packages that depend on ip_geolocate