get_ip 0.4.0 copy "get_ip: ^0.4.0" to clipboard
get_ip: ^0.4.0 copied to clipboard

discontinued

Helps you acquire the IP address of the users device on Android and iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_ip

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

dependencies:
  get_ip: ^0.4.0

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:get_ip/get_ip.dart';
34
likes
40
points
40
downloads

Publisher

verified publisherpdad.de

Weekly Downloads

Helps you acquire the IP address of the users device on Android and iOS

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on get_ip