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

I noticed this while using the widget detail tree in embedded inspector, because I was hoping to make the inspector window wider to see more of the widget details tree....

inspector page
P2

To repro: 1. Connect devtools to counter app on android emulator 2. Open memory chart (with enabled android chart) 3. Kill the emulator 4. See exception Code: ``` try {...

![grafik](https://github.com/flutter/devtools/assets/16635729/86d54097-9153-46bc-bd0e-51e476912749) The psace allocation for the columns isn't optimal and can't be changed.

Deep link validator currently support Android app check and web check, Plan to add some ios app check ---> if a domain has AASA file on web, but it's not...

When I open the Devtools in Firefox I can only scroll vertically with my mouse. It would help a lot if the Shift key were made as a modifier to...

inspector page
g3
fix it friday
P1

When I open the Deep Links tool in VS Code, the populated path is incorrect for Windows (it has a leading slash and all slashes are the wrong direction): ![image](https://github.com/flutter/devtools/assets/1078012/34a66486-0e1b-49ff-aaa5-978929467e92)...

P2
OS: windows
deep links page

dart2wasm release mode omits bounds checks in standard library lists, similar to dart2js. Update `FilterTag.parse` to avoid relying on bounds checks on `List`. Fixes #8452.

The page can be refreshed fine when using JS + canvaskit. This was found on flutter version `edb4c84317d94962dd82d6f7f69ef666a91f020a`. Repro steps: 1. Run `dt serve` 2. Connect DevTools to a Flutter...

bug
P1
dart2wasm

After flutter run app , it show the message as below, ___ **DevTools version**: 2.37.3 **Connected Device**: CPU / OS: ia32 (32 bit) android Connected app type: Flutter native (debug...

Created a utility for updating licenses in configured source files that can be run via tests and/or standalone. https://github.com/flutter/devtools/issues/8216 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...

release-notes-not-required