0 purchases
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]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.