devtools
devtools copied to clipboard
Performance tools for Flutter
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.26 to 2.1.27. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog [UNRELEASED] No user facing changes. 2.1.27 - 06 Oct 2022 We are rolling out a feature...
We have cases where we need to listen on multiple value listenables but creating a stateful widget wouldn't make sense. Multiple nested value listenable builders are inefficient and hard to...
- [ ] on the memory page - [ ] on the performance page
When you hover over a variable in the source view of the debugger a hover card will be shown. If you move your mouse into this card then the card...
The version of flutter_riverpod was locked to fix issue: https://github.com/flutter/devtools/pull/4567 @rrousselGit
 Fixes https://github.com/flutter/devtools/issues/4544 Add analytics events for: - every time the inspector tree is loaded and is empty - any time the user refreshes the tree and the tree comes...
Better integration with IDEs to support two way communication between IDEs and DevTools. This could be used for a variety of features, including selecting widgets in the inspector when they...
- empty tree (one already kind of exists for this state - clicking refresh on an empty tree) - when a tree loads with one node [root] this is an...
- [x] land changes to Flutter needed to handle reconnecting to a running app (https://github.com/jacob314/flutter/tree/rebuild_indicators) - [ ] support showing the source location for a rebuild.
