dart-pad
dart-pad copied to clipboard
we need the Old Version of Dart pad
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
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
Yes we need old version dartpad this version lags too much and won't render or gives output just the page will load forever
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
The Dart editor on DartPad is experiencing several issues:
- The dot operator (
.) no longer triggers the pop-up that displays an object's properties and methods. - The Dart documentation panel on the right side is not showing up at all.
- 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:
- Added an exception to allow cookies for the DartPad URL.
- Cleared the browser's cache and cookies.
- 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.
The old version still exists! I just found it from #2838. The URL is now https://old-dartpad-3ce3f.web.app
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. 👍
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.