Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't access flutter.dev (Mac OS)

Tags:

flutter

I just can't access flutter.dev. Yes, I have an internet connection. I guess is due to the .dev extension. In Firefox I get Unable to connect and a 404 in Safari. Again, my internet connection is fine and I'm able to surf the web with no problem. Any idea?

enter image description here

EDIT: Don't have antivirus, cache cleaned, set up a custom DNS, router rebooted and still does not work.

like image 922
Labanino Avatar asked Mar 27 '19 10:03

Labanino


People also ask

Does flutter support macOS?

Flutter provides support for compiling a native Windows, macOS, or Linux desktop app. Flutter's desktop support also extends to plugins—you can install existing plugins that support the Windows, macOS, or Linux platforms, or you can create your own.


2 Answers

I just solved this problem using this command:

  • Go to /etc/resolver folder
  • Remove file called dev
  • done

Which was generated by puma-dev. When I deleted it, it just worked.

Reference: https://support.google.com/chrome/thread/2228098?hl=en

like image 133
Maulana Yusup Avatar answered Oct 29 '22 00:10

Maulana Yusup


Open Network Utility on your Mac, and select the Traceroute tab. Type Flutter.dev in the top empty box, then select Trace. If the first trace entry shows 127.0.0.1, you likely have proxy software, like POW, redirecting that path internally.

The Network Utility is not in System Preferences > Network.
Use Spotlight search to find the Network Utility.

like image 44
Rich A Avatar answered Oct 28 '22 23:10

Rich A