ip2country 1.0.0 copy "ip2country: ^1.0.0" to clipboard
ip2country: ^1.0.0 copied to clipboard

Standalone and fully offline IP-to-Country lookup table and CIDR prefix finder.

example/ip2country_example.dart

import 'package:ip2country/ip2country.dart';

void main() {
final country = lookup('192.199.248.75');
print(country); //US
}
2
likes
150
points
47
downloads

Publisher

verified publisherpwa.ir

Weekly Downloads

Standalone and fully offline IP-to-Country lookup table and CIDR prefix finder.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on ip2country