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

Waiting for https://github.com/flutter/flutter/issues/61069 ![image](https://github.com/flutter/devtools/assets/12115586/b6e9237a-a207-406d-b677-dd18de1787cd)

P2

This could be present (and useful) on every screen as an app-wide footer. A feature like this could help with discoverability of keyboard shortcuts (like with WASD in timeline or...

good first issue
polish

Look into converting the following over to dart scripts: All the CI scripts under `tool/ci`: - [ ] benchmark_performance.sh - [ ] benchmark_size.sh - [ ] bots.sh - [ ]...

fix it friday
P3
dake-priority

Example PR: https://github.com/flutter/devtools/pull/6780 CC @CoderDake

infra
fix it friday
P3

The is a list of objects and it happens that the last attribute in the object is a long url so it doesn't fit the screen and wraps to new...

good first issue
polish
debugger page
fix it friday
P2

### Steps to reproduce 1. Open Devtools 2. Connect to an App 3. Select the CPU profiler tab 4. Set the cpu sampling rate to high 5. Record some data...

I would like to use DevTools to debug on a remote device. Both my development host and my remote device are running on Windows. I want to do this because...

- [x] Host discussion on Dash forum: http://flutter.dev/go/leak-tracker-high-level-design - [x] Clean up tech dept converting ‘testWidgetsWithLeakTracking’ to ‘testWidgets.experimentalLeakTesting’: https://github.com/flutter/flutter/pull/138057 - [x] Find [cases](https://docs.google.com/document/d/1bh2mIImLwOSkFyBkzpYlgpX0Jky09W340d4sYOmHlko/edit?resourcekey=0-SLP-wliz-JZAJqeOQn8DwQ#bookmark=id.d9khqo41vn0p) for real issues with real applications -...

P1

Allows for navigating back/forward using the browser's back/forward buttons. This change also updates DevToolsRouterDelegate to keep track of its own navigation history, allowing for history navigation for non-browser targets in...

release-notes-not-required

I'm getting an error for a missing analytics property when running a local version of DevTools in VS Code: ![Screenshot 2024-01-22 at 9 41 10 AM](https://github.com/flutter/devtools/assets/21270878/42afe107-3e95-4877-b26c-0980c666c9f7) I've set my `settings.json`...