devtools
devtools copied to clipboard
Performance tools for Flutter
Waiting for https://github.com/flutter/flutter/issues/61069 
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...
Look into converting the following over to dart scripts: All the CI scripts under `tool/ci`: - [ ] benchmark_performance.sh - [ ] benchmark_size.sh - [ ] bots.sh - [ ]...
Example PR: https://github.com/flutter/devtools/pull/6780 CC @CoderDake
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...
### 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 -...
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...
I'm getting an error for a missing analytics property when running a local version of DevTools in VS Code:  I've set my `settings.json`...