public_ip

Creator: coderz1093

Last updated:

0 purchases

public_ip Image
public_ip Images
Add to Cart

Description:

public ip

Used to get the public ip address of the user and to determine his approx location
Features #
->User IP address #
->ASN #
->ISP #
->Services #
->Country #
->State #
->City #
->Longitude #
->Latitude #
Getting started #
import 'package:public_ip/public_ip.dart' as publicIP;
copied to clipboard
Usage #
print(await publicIP.getPublicIp());
print(await publicIP.getASN());
print(await publicIP.getISP());
print(await publicIP.getCountry());
print(await publicIP.getState());
print(await publicIP.getLatitude());
copied to clipboard
For any queries or suggestions #
Contact: [email protected]

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.