ip_go 1.0.0
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