devtools
devtools copied to clipboard
Performance tools for Flutter
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....
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 {...
 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...
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): ...
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...
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...