dart-pad icon indicating copy to clipboard operation
dart-pad copied to clipboard

we need the Old Version of Dart pad

Open samouch opened this issue 1 year ago • 7 comments

new dart pad Problems : ** shortCuts keys alt+enter dsnt work , ** refresh the page destroy the old code , ** Documentation about methods or data type dsnt show as before

samouch avatar Mar 06 '24 16:03 samouch

I would also add, that at least for me (win 10, chrome), after using autocompletion 'ctrl+space', enter, space and tab keys are broken. For example enter and space, opens up samples menu, or toggles brightness, instead of doing what they should

gregslusarski avatar Mar 06 '24 22:03 gregslusarski

Yes we need old version dartpad this version lags too much and won't render or gives output just the page will load forever

Vaibhav77e avatar Mar 07 '24 05:03 Vaibhav77e

I would also add, that at least for me (win 10, chrome), after using autocompletion 'ctrl+space', enter, space and tab keys are broken. For example enter and space, opens up samples menu, or toggles brightness, instead of doing what they should

I fully agree. The current Dartpad is not functional

fdemiguel avatar Mar 08 '24 06:03 fdemiguel

The Dart editor on DartPad is experiencing several issues:

  1. The dot operator (.) no longer triggers the pop-up that displays an object's properties and methods.
  2. The Dart documentation panel on the right side is not showing up at all.
  3. The screen has rendering issues:
    • Sometimes the code disappears from the editor.
    • Sometimes the output does not render.

I have attempted the following troubleshooting steps, but the issues persist:

  1. Added an exception to allow cookies for the DartPad URL.
  2. Cleared the browser's cache and cookies.
  3. Tested on both Google Chrome and Mozilla Firefox browsers.

Please investigate and resolve these issues to ensure a smooth and functional user experience on DartPad.

Coffeer avatar Mar 30 '24 04:03 Coffeer

The old version still exists! I just found it from #2838. The URL is now https://old-dartpad-3ce3f.web.app

dantechguy avatar Apr 09 '24 10:04 dantechguy

The old version still exists! I found it from #2838. The URL is now https://old-dartpad-3ce3f.web.app

Awesome! Thanks for sharing! The auto-complete feature is back, no more crashes so far, but the documentation is still not working for me on the newer version, so your link for the old version is helpful. 👍

Coffeer avatar Apr 09 '24 21:04 Coffeer

Much worse experience in the new dartpad :-( slow, print()s not reliably showing up, output font is weird. Worst of all: it doesn't reliably show up the error (e.g. applying the ! operator on null), it just fails silently.

DimitrisAndreou avatar Apr 19 '24 00:04 DimitrisAndreou