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 [...]

ip_go #

To get the device's private and public IP addresses simply.

Supported Platforms #

Android iOS Web (External) macOS Linux Windows

Usage #

To get public ip address.

  await IpGo.publicIp;

To get private ip address.

  await IpGo.privateIp;

Why ip go? #

There are many other packages to get ip address easily but this package is to get public and private ip easily, not contain any other function to overload to your project with unnecessary things.

More info #

Primary focus on MVP as first stage. Have to add more features and encourage for contribution.

Contact #

Contact me directly with this email lapyaeootharthar@gmail.com

1
likes
150
points
195
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