Elliott Brooks

Results 150 comments of Elliott Brooks

This is the change that added the stack trace mapping to DevTools: https://github.com/flutter/devtools/pull/8385 I just checked that serving DevTools and triggering an error does show the unminified errors, so I...

My understanding based on the comments in https://github.com/flutter/flutter/pull/39950, it seems like this was originally done to support Flutter's `r` hot-key on web (which normally triggers a hot-reload but for web...

This would also improve some of the performance issues we've seen inspecting Flutter Web apps, since less expression evaluations would need to be done. FYI @CoderDake @annagrin

I have not encountered this since earlier this year, therefore closing. Will re-open if it happens again.

Hi @maxfrees - I'm unable to reproduce this with the sample app. I also don't think that this is a DevTools issue, since DevTools is not involved here. If you...

Hi @naninydhruva! Do you mind sharing a small repro as well as sharing the package you are using to send the requests? Thank you!

Adding: * https://github.com/flutter/devtools/issues/8330

I'm not sure what might have regressed here, but here is the tracking bug for initially getting this to work: https://github.com/flutter/devtools/issues/7231 Sending you both a doc with more details as...

I was going off the assumption that `onPauseStart` is for hot-restarts and `onPauseReload` is for hot-reloads (but I don't know if that's documented anywhere). DWDS ignores `onPauseReload` because hot-reloads aren't...

> I'm not certain that this is wrong, but the screenshots from @elliette at https://github.com/Dart-Code/Dart-Code/issues/5158#issuecomment-2504607675 seem like they have much better information than here. Do you also see a better...