dart_ipify 1.0.1 copy "dart_ipify: ^1.0.1" to clipboard
dart_ipify: ^1.0.1 copied to clipboard

outdated

This package uses the remote IPify web service in order to get the public IP address.

example/dart_ipify_example.dart

import 'package:dart_ipify/dart_ipify.dart';

// Example
void main() async {
  final data = await Ipify.ipv64(format: Format.JSON);
  
  print(data);
}
168
likes
0
points
85.3k
downloads

Publisher

unverified uploader

Weekly Downloads

This package uses the remote IPify web service in order to get the public IP address.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on dart_ipify