apiip 1.0.0 copy "apiip: ^1.0.0" to clipboard
apiip: ^1.0.0 copied to clipboard

A wrapper around the apiip.net API for IPv4 and IPv6 information lookups.

example/example.dart

import 'dart:io';

import 'package:apiip/apiip.dart';

void main() async {
  final apiip = Apiip(Platform.environment['ACCESS_KEY']!, useHttps: false);

  final result = await apiip.lookup('8.8.8.8');

  print(result.countryName); // United States
}
0
likes
140
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A wrapper around the apiip.net API for IPv4 and IPv6 information lookups.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

api_tooling, http, json_annotation

More

Packages that depend on apiip