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

A lightweight Flutter/Dart package to fetch geolocation and IP address information.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add geoip_api

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

dependencies:
  geoip_api: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:geoip_api/geoip_api.dart';
1
likes
140
points
34
downloads

Publisher

verified publishersangamsingh.com.np

Weekly Downloads

A lightweight Flutter/Dart package to fetch geolocation and IP address information.

Repository (GitHub)
View/report issues

Topics

#location #geoip #geolocation #country #asn

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on geoip_api