joeyw7
Results
2
comments of
joeyw7
For _getLocalIpAddress, maybe use this package instead. https://pub.dev/packages/network_info_plus ``` import 'package:network_info_plus/network_info_plus.dart'; final info = NetworkInfo(); var wifiIP = await info.getWifiIP(); ```
@koyadovic You can try using dio package instead, I haven't use it but it is recommended by a lot of people. https://pub.dev/packages/dio