ipstack 0.5.1-nullsafety.2 copy "ipstack: ^0.5.1-nullsafety.2" to clipboard
ipstack: ^0.5.1-nullsafety.2 copied to clipboard

outdated

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;
2
likes
0
pub points
55%
popularity

Publisher

unverified uploader

Uses ipstack.com service to retrieve details based on the user's ip address.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, meta, pedantic

More

Packages that depend on ipstack