You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Hello,
I used Flutter with Android Studio.
I try to recover the IP address, but when using :
String ipAddress = await GetIp.ipAddress;
I get the following error: Unhandled Exception: MissingPluginException(No implementation found for method getIp6Adress on channel get_ip).
I added in the dependencies : get_ip: ^0.4.0
I have pub get ,
and uses the import : import 'package:get_ip/get_ip.dart';
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I used Flutter with Android Studio.
I try to recover the IP address, but when using :
String ipAddress = await GetIp.ipAddress;
I get the following error:
Unhandled Exception: MissingPluginException(No implementation found for method getIp6Adress on channel get_ip).
I added in the dependencies :
get_ip: ^0.4.0
I have pub get ,
and uses the import :
import 'package:get_ip/get_ip.dart';
The text was updated successfully, but these errors were encountered: