ip_position 1.0.1 copy "ip_position: ^1.0.1" to clipboard
ip_position: ^1.0.1 copied to clipboard

A Flutter package to fetch client IP addresses, DNS information, and precise geolocation data seamlessly using reliable endpoints.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ip_position

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

dependencies:
  ip_position: ^1.0.1

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_position/ip_position.dart';
0
likes
150
points
148
downloads

Documentation

API reference

Publisher

verified publisher143tech.site

Weekly Downloads

A Flutter package to fetch client IP addresses, DNS information, and precise geolocation data seamlessly using reliable endpoints.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on ip_position