lan_scanner
lan_scanner copied to clipboard
[ERROR:flutter/shell/platform/darwin/ios/framework/Source/profiler_metrics_ios.mm(203)] Error retrieving thread information: (os/kern) invalid argument
In iphone device, in local network start scanner.quickIcmpScanSync not stoped scan and return error in console
p.s If I change the values of firstIP and lastIP in quickIcmpScanSync method to int firstIP = 19, int lastIP = 255, or int firstIP = 1, int lastIP = 237, the method works completely and returns a list in this range
maybe its error https://github.com/flutter/flutter/issues/116193