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);
}
153
likes
0
pub points
98%
popularity

Publisher

unverified uploader

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