dart_myip 0.0.1 copy "dart_myip: ^0.0.1" to clipboard
dart_myip: ^0.0.1 copied to clipboard

A simple library for client ip geolocation.

example/dart_myip_example.dart

import 'package:dart_myip/dart_myip.dart';

Future<void> main(List<String> args) async {
  final ip = await getMyIP();

  print(ip.ip);
}
2
likes
120
points
19
downloads

Publisher

verified publisherjoshueabance.cf

Weekly Downloads

A simple library for client ip geolocation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Unlicense (license)

Dependencies

http

More

Packages that depend on dart_myip