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

Stack trace: Error at Object.qb (http://127.0.0.1:9101/main.dart.js:6162:18) at http://127.0.0.1:9101/main.dart.js:160252:5 at bDe.a (http://127.0.0.1:9101/main.dart.js:4771:62) at bDe.$2 (http://127.0.0.1:9101/main.dart.js:56662:14) at Object.m (http://127.0.0.1:9101/main.dart.js:4757:10) at za.aD0 (http://127.0.0.1:9101/main.dart.js:160266:10) at za.cb (http://127.0.0.1:9101/main.dart.js:160245:25) at za.jD (http://127.0.0.1:9101/main.dart.js:160230:13) at il.jD (http://127.0.0.1:9101/main.dart.js:88612:44) at...

performance page > raster stats
P2

### Use case Right now the CPU profiler in DevTools has to be manually started. You can ask it for any samples that may have been captured during startup, but...

cpu profiler
new feature
P2

Hi, I wanted to point out a few things that I found annoying: 1 - The filter tab is very useful, but gets reset when the network tab is closed,...

good first issue
network page
fix it friday
P2
dake-polish-2023

![Screen Shot 2022-12-01 at 11 58 50 AM](https://user-images.githubusercontent.com/43759233/205148084-769ae58a-a550-4448-885f-80133161b542.png) [slow-profiling-profile.json.txt](https://github.com/flutter/devtools/files/10135811/slow-profiling-profile.json.txt)

cpu profiler
devtools app performance

I am debugging a dart CLI app, and I send an HTTP request as the last step my CLI takes. I can't check the networking traffic data in devools, because...

offline
network page

https://github.com/flutter/devtools/pull/6961

testing
devtools extensions
P2

Required to support compilation to wasm - [x] Migrate pkg:devtools_app_shared - WIP - https://github.com/flutter/devtools/pull/6626 - [ ] Migrate pkg:devtools_app - [x] Update flutter/tests to use latest devtools - https://github.com/flutter/tests/pull/311 -...

blocked

After Post call not able to copy the response . Copy icon at top is also not working ___ **DevTools version**: 2.28.2 **IDE**: VSCode **Connected Device**: CPU / OS: arm64...

bug
screen: network
ide: vs-code
P1
product-quality

Hi, I use the dio package to make HTTP requests to our API. Dio provided a feature for canceling requests. Under the hood it uses [HttpClientRequest.abort](https://api.flutter.dev/flutter/dart-io/HttpClientRequest/abort.html) (see [here in dio's...

network page
P3