get_ip_address 0.0.4 copy "get_ip_address: ^0.0.4" to clipboard
get_ip_address: ^0.0.4 copied to clipboard

outdated

A package to get the ip address of the current device. This is currently supported on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add get_ip_address

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

dependencies:
  get_ip_address: ^0.0.4

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

Import it

Now in your Dart code, you can use:

import 'package:get_ip_address/get_ip_address.dart';
45
likes
0
pub points
97%
popularity

Publisher

unverified uploader

A package to get the ip address of the current device. This is currently supported on Android and iOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

data_connection_checker, http

More

Packages that depend on get_ip_address