devtools
devtools copied to clipboard
Performance tools for Flutter
Question mark with link to documentation, that explains what it is, how it works, how they look on timeline, and why it may be needed, would help.
This was initially confusing because I didn't understand what this filter button did. We could consider shortening the tooltip timeout here so that this filter button's side effect is more...
Opening a bug to track work around @sigmundch's suggestions here: * https://github.com/flutter/devtools/pull/7335#issuecomment-2005112779 * https://github.com/flutter/devtools/pull/7335#issuecomment-2005132497 @sigmundch - if we go with option 1, is there a way to specify `--no-minify` for...
Steps to reproduce: 1. Set a breakpoint on a line, e.g. line 10 2. Edit the file that contains that breakpoint so that the breakpoint location should be moved (e.g....
https://github.com/invertase/melos Context: https://github.com/flutter/devtools/pull/7385#issuecomment-2009076376
Tracking issue for this work. This issue will be linked to a few TODOs throughout the DevTools codebase. Depends on https://github.com/rrousselGit/provider/issues/833 and a package publish of `provider`.
Hello, thanks Flutter team for all the efforts! The issue is you can not copy any text from the Dart Network Tool ___ **DevTools version**: 2.31.1 **IDE**: VSCode **Connected Device**:...
…e the project  ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the...
This issue is for devtools_extensions. `asyncEval` is not working for debug services running for web targets. Other targets (tested on MacOS) work fine. Whenever I call `asyncEval` on a web...
I'm trying to debug deep links as per this documentation https://docs.google.com/document/d/1fnWe8EpZleMtSmP0rFm2iulqS3-gA86z8u9IsnXjJak It's asked to enter the path of the local project, but it seems my project cannot be well scanned....