0 purchases
dart myip
dart_myip #
A simple library for client ip geolocation.
Info #
This is just a wrapper to the Cloudflare Worker (https://my-ip.theboringdude.workers.dev/)
Usage #
ClientIP ip = await getMyIP();
print(ip.ip);
copied to clipboard
#
© 2021 | TheBoringDude
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.