devtools
devtools copied to clipboard
Performance tools for Flutter
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...
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...
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...
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...
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...
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...
This is required for some incompatibilities between analyzer 7.7.1 and Dart 3.11-dev.
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:...
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...
- 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 -...