idkit_ip 0.0.2 copy "idkit_ip: ^0.0.2" to clipboard
idkit_ip: ^0.0.2 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>
    

0.0.2 #

Support for obtaining the public IP address of the package in the Flutter-Web project. At the same time, the static checking of the code is modified.

1
likes
120
pub points
40%
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, http

More

Packages that depend on idkit_ip