dart-lang / dart-pad

An online Dart editor with support for console, web, and Flutter apps
https://dartpad.dev
BSD 3-Clause "New" or "Revised" License
1.67k stars 550 forks source link

Explore easier sharing mechanisms #2733

Open parlough opened 7 months ago

parlough commented 7 months ago

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:

parlough commented 6 months ago

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.