fluttercommunity / fluttercommunity/plus_plugins
[Request] (network_info_plus) Support for LAN / non-WiFi network device interfaces
Open
enhancement
Hacktoberfest
network_info_plus
- Dominant language
- Dart
- Stars
- 1.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
## Use case
Running on Windows 10 or Linux (Kubuntu).
While running the `NetworkInfo().getWifiIP();` method I found out that this is only wifiIP, my Windows/Linux machine is connected via cable so it is throwing an error.
Tried [get_ip_address](https://pub.dev/packages/get_ip_address/example) but this is only public IP so not good.
## Proposal
Replace `NetworkInfo().getWifiIP();` with getIP method that will work no matter what network and platform we are on.
Contributor guide
Assessment
This issue has not been assessed yet.