Elliott Brooks

Results 155 issues of Elliott Brooks

### Page URL https://docs.flutter.dev/perf/deferred-components ### Page source _No response_ ### Describe the problem I'm pretty sure that deferred loading is supported in Flutter when running on web and when running...

p2-medium
e2-days
d: api docs
documentation

Instead of converting the large `dart` files to `json`, should just check in the `json` files to not burden the analyzer. We might want to try to reduce their size...

app size tooling

Spinning this out from https://github.com/flutter/flutter/issues/100247, for investigation into #2 as described in https://github.com/flutter/flutter/issues/100247#issuecomment-1071517924. See also https://github.com/flutter/flutter/issues/100247#issuecomment-1071160197.

bug
fix it friday
hurts-developer-velocity

An app unit dropdown is added to the app size panel if we detect a deferred app. When the app size panel is cleared, the app unit dropdown is still...

app size tooling

Opening a separate issue from https://github.com/flutter/devtools/issues/4407, see discussion there. With https://github.com/flutter/flutter/pull/107262, we shouldn't need the focus workaround that was added in https://github.com/flutter/devtools/pull/3602. We should remove the workaround and verify that...

debugger page
cleanup
P4
fix it friday

### Bug description Filing a new issue instead of reopening https://github.com/puppeteer/puppeteer/issues/4247 where this was first proposed (it was closed in 2019 because it was believed the reporter was the only...

feature

Use DDS' `requirePermissionsToResume` API to make sure that when `pause-isolates-on-start` is set, DDS waits for `resume` request from all clients, including DAP. Context here: https://github.com/dart-lang/webdev/issues/2257#issuecomment-1942909830

area-library
dds-dap

The VM Service allows clients to set `pause_isolates_on_start` at runtime: - https://api.flutter.dev/flutter/vm_service/VmServiceInterface/setFlag.html Here's an example of doing so in Dart DevTools: - https://github.com/flutter/devtools/compare/master...elliette:pause-isolates-on-start However, with that change, the isolates are...

area-vm
P2
triaged
vm-service

Fixes https://github.com/flutter/devtools/issues/7295 ### Before: ![Screenshot 2024-03-12 at 3 56 40 PM](https://github.com/flutter/devtools/assets/21270878/85825fc1-46b5-4f0b-b249-977a7b10d57d) ![Screenshot 2024-03-12 at 3 57 30 PM](https://github.com/flutter/devtools/assets/21270878/381ee666-3557-4b0f-b3e8-ce4a8aa303c0) ### After:

release-notes-not-required

Fixes https://github.com/flutter/devtools/issues/7296