idkit_ip 0.0.1 copy "idkit_ip: ^0.0.1" to clipboard
idkit_ip: ^0.0.1 copied to clipboard

This package is mainly used to obtain the user's public network IP address for convenient expansion, mainly to obtain two public network addresses, IPv4 and IPv6.

0.0.1 #

Expansion of obtaining user's public network IP address. Mainly obtain the two public network addresses of IPv4 and IPv6:

  1. Public network IPv4 acquisition method

    Future<String> getIPv4({IPFormat format = IPFormat.text}) -> Future<String>
    
  2. Public network IPv6 acquisition method

    Future<String> getIPv6({IPFormat format = IPFormat.text}) -> Future<String>
    
1
likes
140
pub points
23%
popularity

Publisher

unverified uploader

This package is mainly used to obtain the user's public network IP address for convenient expansion, mainly to obtain two public network addresses, IPv4 and IPv6.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on idkit_ip