ip_go 1.0.0
ip_go: ^1.0.0 copied to clipboard
A Flutter package designed to retrieve both public and private IP addresses, with full support for multiple platforms including Android, iOS, Windows, Linux, and macOS. This package provides a simple [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ip_goThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ip_go: ^1.0.0Alternatively, 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:ip_go/ip_go.dart';