public_ip_address 1.1.0 copy "public_ip_address: ^1.1.0" to clipboard
public_ip_address: ^1.1.0 copied to clipboard

This package allows you to get your public IP Address and many others info about it.

example/README.md

Usage #

To get your ip address, just use IpAddress.getIp():

import 'package:public_ip_address/public_ip_address.dart';

void main() async {
  var ip = await IpAddress.getIp();
  print(ip);
  // Sample Output : 208.67.222.222
}

Don't forget to await it because it's a Future function.

11
likes
0
pub points
89%
popularity

Publisher

verified publishersumanrajpathak.com.np

This package allows you to get your public IP Address and many others info about it.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on public_ip_address