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
Basically title. I was trying to find an mDNS plugin that would work on iOS. Initially tried network_tools but it throws an exception and then I stumbled upon this package and the discussions/PRs regarding ios.
I've tried version 1.0.5 and 2.0.2 on both platforms and no device is found. network_tools 5.0.2 works on Android
The text was updated successfully, but these errors were encountered:
Same here. My Flutter app uses:
network_tools: ^5.0.2
network_tools_flutter: ^2.0.1
With previous versions both Android and iOS were OK with using getAllPingableDevices.
With current plugin versions app uses getAllPingableDevicesAsync. It works fine on Android, but on iOs nothing is found.
Basically title. I was trying to find an mDNS plugin that would work on iOS. Initially tried network_tools but it throws an exception and then I stumbled upon this package and the discussions/PRs regarding ios.
I've tried version 1.0.5 and 2.0.2 on both platforms and no device is found. network_tools 5.0.2 works on Android
The text was updated successfully, but these errors were encountered: