Last updated:
0 purchases
ipstack
ipstack #
Retrieves information about the devices IP address using https://ipstack.com/
I am not affiliated with ipstack.
Getting Started #
final result = await IpStack("myapikey").requester();
/// Then you can access info from the result
result.latitude;
result.location.languages;
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.