ip_go 1.0.0 copy "ip_go: ^1.0.0" to clipboard
ip_go: ^1.0.0 copied to clipboard

A Flutter package designed to retrieve both public and private IP addresses, with full support for multiple platforms including Android, iOS, Windows, Linux, and macOS. This package provides a simple [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ip_go

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

dependencies:
  ip_go: ^1.0.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:ip_go/ip_go.dart';
1
likes
150
points
175
downloads

Publisher

verified publisherla-pyae-oo.is-a.dev

Weekly Downloads

A Flutter package designed to retrieve both public and private IP addresses, with full support for multiple platforms including Android, iOS, Windows, Linux, and macOS. This package provides a simple and unified API to access network information across devices, making it ideal for cross-platform development, diagnostics, and network-based features.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on ip_go