geolocation_info_ip 0.0.1
geolocation_info_ip: ^0.0.1 copied to clipboard
Este package permite obtener informacion de la ip donde el dispositivo se encuentra conectado a internet.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add geolocation_info_ip
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
geolocation_info_ip: ^0.0.1
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:geolocation_info_ip/geolocation_info_ip.dart';