idkit_ip 0.0.2 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';