whatismyip 1.1.0 copy "whatismyip: ^1.1.0" to clipboard
whatismyip: ^1.1.0 copied to clipboard

A lightweight Dart package that helps you discover your IP address and retrieve detailed geolocation information.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add whatismyip

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

dependencies:
  whatismyip: ^1.1.0

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:whatismyip/whatismyip.dart';
1
likes
150
points
2
downloads

Publisher

verified publisherredlinesoft.net

Weekly Downloads

A lightweight Dart package that helps you discover your IP address and retrieve detailed geolocation information.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on whatismyip