apiip 1.0.0
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 apiipWith Flutter:
$ flutter pub add apiipThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
apiip: ^1.0.0Alternatively, 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';