explo icon indicating copy to clipboard operation
explo copied to clipboard

Explore the render tree of a Flutter app in 3D, through an exploded representation.

Results 4 explo issues
Sort by recently updated
recently updated
newest added

Currently, dragging, scrolling, etc. in the viewport, manipulates the render tree model. Instead, the viewport controls should control the position of the camera. It would also make sense to add...

enhancement

VS Code webviews have all the colors from the active color theme available. The Explo IDE view should use those colors to theme itself. - [Webview theming](https://code.visualstudio.com/api/extension-guides/webview#theming-webview-content) - [Color definitions](https://code.visualstudio.com/api/references/theme-color#editor-widget-colors)

enhancement
pkg:explo-code

Currently, render tree data is serialized as a recursive JSON structure. This is expensive to both serialize and deserialize. Instead, each `RenderObjectData` should be serialized and appended to a string,...

performance
pkg:explo_capture