ipstack 0.5.1+1 ipstack: ^0.5.1+1 copied to clipboard
Uses ipstack.com service to retrieve details based on the user's ip address.
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;