devtools
devtools copied to clipboard
Performance tools for Flutter
Hello, I am checking the requests in the DevTool and found many InternetAddress, status code 101, and web socket. They are increasing the time of the requests. The community I...
why does the hitTest method overridden in widgetInspector need to be sorted? Logically speaking, what you get in hitTestHelper should be the traversal result of the entire renderObject tree. Because...
___ **DevTools version**: 2.34.3 **IDE**: VSCode **Connected Device**: CPU / OS: x64 (64 bit) android Connected app type: Flutter native (debug build) Dart Version: 3.4.3 Flutter Version: 3.22.2 / stable...
This should be a tri-state field that extension authors can declare in the config.yaml file: `toolingSupport: ['static-only' | 'runtime-only' | 'static-and-runtime']` This will be a breaking change for the 'validate'...
For DevTools extensions, we currently assume that the `.dart_tool/package_config.json` file will always live in the project root. This may not be true for pub workspaces AKA monorepos. What we should...
Context: The CI bots use the latest version of Flutter that has been rolled into google3. This is determined by looking for the latest Flutter tag that matches X.Y.0-M.0.pre: https://github.com/flutter/devtools/blob/df4df88bc9c22fcc22b65e10ce85312e5b9d1396/tool/latest_flutter_candidate.sh#L11...
This is a work in progress to add a DTD implementation of the sidebar (while still maintaining a postMessage-compatible version for some transition period). There's still work to do here...
After having taken a look at the cpu profiling code in DevTools, we found: * It unnecessarily encodes json maps and decodes them again: [devtools/pull/7916](https://github.com/flutter/devtools/pull/7916) * It gets `Stream` from...
___ **DevTools version**: 2.31.1 **IDE**: VSCode **Connected Device**: CPU / OS: arm64 (64 bit) macos Connected app type: Flutter native (debug build) Dart Version: 3.3.3 Flutter Version: 3.19.5 / stable...
Link: https://github.com/flutter/devtools/actions/workflows/pages/pages-build-deployment This is a legacy action that was for the old Jekyll-based documentation. These docs haven't been used in years, and the redirects were recently deleted from our repo,...