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;