-
Notifications
You must be signed in to change notification settings - Fork 582
Explore easier sharing mechanisms #2733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
As a note, the Flutter API docs could then migrate to use the shared mechanism rather than the custom solution we have for them now. |
Hi folks. I'm new to DartPad and I was really surprised that I basically cannot share my code. Can I share my code anyway like via a query parameter? |
Of course. Yet, we can always use some trusted URL shorteners: let the size limit be their database problems :) |
@parlough Would you happen to know why the automatic Gist creation feature is no longer present? I thought it was pretty neat, being able to sign in with GitHub and pressing a button to save and share your code. |
@parlough any new thoughts? |
Uh oh!
There was an error while loading. Please reload this page.
An issue to discuss potential replacements to DartPad's current gist loading mechanism.
It would be nice if whatever used here could also be used by "Open in DartPad" in lightweight DartPads.
A few ways:
Upload snippet to some database or blob storage
Query parameter:
Extra:
The text was updated successfully, but these errors were encountered: