dart_ipify 1.0.0 copy "dart_ipify: ^1.0.0" to clipboard
dart_ipify: ^1.0.0 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);
}
161
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)

More

Packages that depend on dart_ipify