devtools
devtools copied to clipboard
Performance tools for Flutter
This is related to viewing network calls on mobile. The problem: 1. The right panel no longer refreshes when clicking on a network call on the left panel unless clicking...
https://www.yourkit.com/docs/java/help/merged_paths.jsp
version: android studio -4.1.1 dart -2.14 flutter-2.5.0 Run the debug mode with real machine debugging and open Flutter DevTools with no information in the Flutter Inspector,please help me
Enabling offline support will: 1. Be helpful for users who want to export data and reload later or to send to other developers for debugging 2. Be _especially_ helpful for...
Variables are already present in the console, there is no need to hover over them in the console as well. The hovercards also don't fit in the console very well.
In this example, the running app (Wonderous in profile mode) visibly janks, but there are no janky frames in the DevTools performance page. Upon looking deeper into the timeline trace,...
While trying to do some performance optimizations on the Wonderous app (https://github.com/gskinnerTeam/flutter-wonderous-app/pull/31), I found myself wanting to select a group of frames from the flutter frames chart on the performance...
When debugging my application, nothing appears in the Widget Tree in the Widget Inspector (it is blank). The Refresh Tree button does nothing. The search button shows no results. Select...
service extension added here: https://github.com/flutter/engine/pull/36103
This problem may be at the FlatTable level - will need to investigate. 