ipstack 0.4.4+2 ipstack: ^0.4.4+2 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;