-
Notifications
You must be signed in to change notification settings - Fork 334
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
Comments
Hi @melWiss
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 |
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 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 |
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.
The text was updated successfully, but these errors were encountered: