vernet
vernet copied to clipboard
Missing functionality on ios?
I didn't test it on ios but Vernet uses dart_ping which does not support ios.
To use dart_ping on iOS, add the dart_ping_ios package as a dependency
And in the packages I can't find dart_ping_ios so I guess some functionality currently does not work on ios
We are using both network_tools
and dart_ping
in vernet. Let's focus on network_tools_flutter first. Then we just add dart_ping_ios
to make it work on iOS also.
Please reopen if you think ping is not working on iOS