Guy Luz
Guy Luz
We get [-10 points in pub.dev](https://pub.dev/packages/dartz/score) on missing `dartfmt` I presume that it will require small fix, just to run `dartfmt` each time with `GitHub Actions`. 
It will be nice if the app can show more info on the devices that got found. - [x] mDNS name - blocker https://github.com/git-elliot/network_tools/issues/6 - [x] Host-name - blocker https://github.com/git-elliot/network_tools/issues/3...
Found that cool way to show devices distribution in the network. Each colored block represent devising the network by IP. The first block is ip 1 and the last block...
We can scan for devices in the network on app startup. This way when opening the page it will already be loaded. This is a thought and I would love...
Tested scanning with another application named `Net Analyzer` and it somehow found my iPad which wasn't listed in the Vernet search. `Net Analyzer` is a closed source so I don't...
Currently (in the new version that is not on the store) there is no way to know when a scan for devices is done. We can implement it in a...
I didn't test it on ios but Vernet uses [dart_ping](https://pub.dev/packages/dart_ping) which does not support ios. > To use dart_ping on iOS, add the [dart_ping_ios](https://pub.dev/packages/dart_ping_ios) package as a dependency And in...
Currently the Speed Test button takes the user to a speed test site. I think a better option will be to do the speed test inside of the app. It...
White screen after big scan using range 
On `Open Ports Scanner` page if the user scans a large range the UI will hang. For example changing to a custom range of `0-65535 (Full)`.