ipstack 0.5.1+1 copy "ipstack: ^0.5.1+1" to clipboard
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;
2
likes
110
pub points
51%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http, meta, pedantic

More

Packages that depend on ipstack