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);

© 2021 | TheBoringDude

Libraries

dart_myip