Pinging an IP is quite easy, just open the Command Prompt or Windows PowerShell and run the following command:ping <IP> like ping 192.0.0.25 However, pinging a port is not straightforward. …
Adding Flutter SDK is quite challenging especially for the people coming from Windows background. Here are simple steps to add Flutter SDK Path on Mac OS X. Let’s assume that …