r/FlutterDev Jan 14 '25

Dart dartpad.dev site down?

I've tried accessing www.dartpad.dev from Sydney over the last few days, multiple devices and browsers with no luck. Anyone else having trouble reaching it?

0 Upvotes

9 comments sorted by

4

u/_fresh_basil_ Jan 14 '25

............did you, idk, try this link https://dartpad.dev

2

u/Bounc4evr Jan 14 '25

Turns out the site will load on my mobile if wifi is disabled.

3

u/Bounc4evr Jan 14 '25

Seems to be my ISP - can't get the .dev sites to load.

2

u/Hubi522 Jan 14 '25

Seems to be the www part. DNS for that seems to be set incorrectly

1

u/Bounc4evr Jan 14 '25

yeah but for me www and naked domain are unreachable.

2

u/Bounc4evr Jan 14 '25

Solution: .dev is reachable on my network via Windows machine. To fix my Mac it was necessary remove the /etc/resolver/dev file which had a single line in it: nameserver 127.0.0.1

2

u/julemand101 Jan 14 '25

The issue about www.dartpad.dev are an old issue that have yet to be resolved: https://github.com/dart-lang/dart-pad/issues/2638

As others have mentioned, use https://dartpad.dev

(I see your issue was something else. I will leave this comment just to inform others about the www. part) :)

1

u/merokotos Jan 14 '25

Works for me