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

get_ip #

Helps you acquire the IP address of the users device. (Works on Android & iOS)

Simply use this:

String ipAddress = await GetIp.ipAddress;
copied to clipboard

You need to import the package:

import 'package:get_ip/get_ip.dart';
copied to clipboard

And on Android you need to add these permissions:

    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
copied to clipboard

Please report all bugs :)

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

34
likes
40
points
55
downloads

Publisher

verified publisherpdad.de

Weekly Downloads

2024.08.24 - 2025.03.08

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