devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Performance tools for Flutter

Results 668 devtools issues
Sort by recently updated
recently updated
newest added

When an app makes WebSocket requests via `dart:io`'s [WebSocket](https://api.dart.dev/dev/latest/dart-io/WebSocket-class.html) class, the requests appear in the Network Screen as opaque 'SOCKET' requests. Users have requested first-class WebSocket support, much like the...

enhancement
screen: network
P2

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...

release-notes-not-required

A roll of the Dart SDK into Flutter has revealed that devtools_app is incompatible with the latest Dart SDK. devtools_app depends on [stager](https://github.com/bryanoltman/stager); the latest release of stager depends on...

testing
P2

Example: https://github.com/flutter/devtools/actions/runs/18733806183/job/53436545744?pr=9482 Failure 1 ``` /home/runner/work/devtools/devtools/packages/devtools_app/test/shared/eval_integration_test.dart: EvalOnDartLibrary asyncEval supports expressions that do not start with the await keyword (failed) Retry: EvalOnDartLibrary asyncEval supports expressions that do not start with the...

testing
P1

I'm facing an issue in Flutter DevTools (version 2.48.0) within the Performance tab, specifically related to the Rebuild Stats section. When profiling my Flutter app (profile build) on an Android...

bug
screen: performance
P2

It seems to happen when closing a `RawSecureSocket`. ### Steps to Reproduce 1. Run a Flutter app on iOS (debug build) and open network in Flutter DevTools. 2. Perform network...

bug
screen: network
P1

This is required for some incompatibilities between analyzer 7.7.1 and Dart 3.11-dev.

release-notes-not-required

Steps to reproduce: 1. Open network panel 2. See that requests are showing up in panel 3. Switch to another DevTools panel 4. Switch back to the network panel Expected:...

screen: network
P1
network > missing data

Steps to reproduce: 1. Trigger some network requests 2. Open the network panel Expected: requests should be visible in the network panel Actual: requests are not visible in the network...

screen: network
P1
network > missing data

- Fixes https://github.com/flutter/devtools/issues/9421 - Additional fixes. *Please add a note to `packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md` if your change requires release notes. Otherwise, add the 'release-notes-not-required' label to the PR.* ## Pre-launch Checklist -...