Skip to content
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

Add DartPad to Flutter devtools #6549

Closed
melWiss opened this issue May 27, 2021 · 4 comments
Closed

Add DartPad to Flutter devtools #6549

melWiss opened this issue May 27, 2021 · 4 comments

Comments

@melWiss
Copy link

melWiss commented May 27, 2021

Use case

Sometimes I'd like to try something quickly on my laptop so I don't need a fully blown IDE to do that, a simple one like Dartpad will do the trick, but it would be better to run Dartpad directly on my laptop instead on visiting dartpad.dev because sometimes I have this internet connectivity issue so it won't be a great experience if I visit dartpad on the web.

Proposal

Add Dartpad directly to Flutter devtools, I believe it would boost the Flutter development productivity just a little bit, but it may be very helpful.

@TahaTesser
Copy link
Member

Hi @melWiss
Thanks for filing the issue!

but it would be better to run Dartpad directly on my laptop instead on visiting dartpad.dev because sometimes I have this internet connectivity issue so it won't be a great experience if I visit dartpad on the web

devtools is launched when running the app in IDE or command to debug app widget tree, performance etc so I am not sure this fits your proposal as you described above.

I take it that you mean Flutter development tools? Can you please clarify

@melWiss
Copy link
Author

melWiss commented May 27, 2021

I mean another way to code and debug your Flutter app, some sort of IDE but it is embedded inside the devtools itself, I thought maybe a modified version of Dartpad will do the trick.
This feature isn't critical but maybe it can help with the low powered machines users to experience and play with Flutter, imagine launching the Flutter app from the terminal targeting the web platform and then you can simply access to devtools and change some code directly from there and you can visualize the changes directly from there.

@TahaTesser TahaTesser added tool Issues pertaining to `devtools/tool/` scripts and functionality d: devtools labels May 28, 2021
@jonahwilliams jonahwilliams removed the tool Issues pertaining to `devtools/tool/` scripts and functionality label Jun 1, 2021
@huycozy
Copy link
Member

huycozy commented Oct 18, 2023

@melWiss This issue is more suited to devtools repository rather than Flutter framework. Transferring the issue for better support there.

@kenzieschmoll
Copy link
Member

This feature request should actually live in the dart-pad repository, since the work to support this would likely be more on the dart-pad side than in DevTools. I am closing this and I filed a tracking issue there: dart-lang/dart-pad#3048

@kenzieschmoll kenzieschmoll closed this as not planned Won't fix, can't repro, duplicate, stale Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants