ip_hunter 1.0.3 copy "ip_hunter: ^1.0.3" to clipboard
ip_hunter: ^1.0.3 copied to clipboard

A Flutter package to retrieve the device's network IP address and fetch detailed location information, such as city, region, and country based on the connected network.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ip_hunter

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

dependencies:
  ip_hunter: ^1.0.3

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:ip_hunter/ip_hunter.dart';
3
likes
150
points
31
downloads

Publisher

verified publisherfermioninfotech.com

Weekly Downloads

A Flutter package to retrieve the device's network IP address and fetch detailed location information, such as city, region, and country based on the connected network.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, http, plugin_platform_interface, web

More

Packages that depend on ip_hunter