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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add apiip
copied to clipboard

With Flutter:

 $ flutter pub add apiip
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  apiip: ^1.0.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:apiip/apiip.dart';
copied to clipboard
0
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.07 - 2025.01.19

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

api_tooling, http, json_annotation

More

Packages that depend on apiip