idkit_ip 0.0.2 copy "idkit_ip: ^0.0.2" to clipboard
idkit_ip: ^0.0.2 copied to clipboard

This package is mainly used to obtain the user's public network IP address for convenient expansion, mainly to obtain two public network addresses, IPv4 and IPv6.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add idkit_ip

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

dependencies:
  idkit_ip: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:idkit_ip/idkit_ip.dart';
1
likes
120
pub points
40%
popularity

Publisher

unverified uploader

This package is mainly used to obtain the user's public network IP address for convenient expansion, mainly to obtain two public network addresses, IPv4 and IPv6.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on idkit_ip