Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blaugold/explo

Explore the render tree of a Flutter app in 3D, through an exploded representation.
https://github.com/blaugold/explo

3d dev-tool exploded flutter ui

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

[![CI](https://github.com/blaugold/explo/actions/workflows/ci.yaml/badge.svg)](https://github.com/blaugold/explo/actions/workflows/ci.yaml)



---

Monorepo for **Explo**, a tool which allows you to explore the render tree of a
Flutter app in 3D, through an exploded representation.

| Component | Description | Location | Published at |
| -------------- | ---------------------------------------------------------------------- | ---------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| explo | Flutter package to receive captured render tree data and visualize it. | [packages/explo](./packages/explo) | [![pub.dev](https://badgen.net/pub/v/explo)](https://pub.dev/packages/explo) |
| explo_capture | Flutter package to capture render tree data in a Flutter app. | [packages/explo_capture](./packages/explo_capture) | [![pub.dev](https://badgen.net/pub/v/explo_capture)](https://pub.dev/packages/explo_capture) |
| explo_ide_view | Explo web view for IDE plugins. | [packages/explo_ide_view](./packages/explo_ide_view) | |
| explo-code | VS Code extension to add support for Explo | [explo-code](./explo-code) | [![VS Marketplace](https://badgen.net/vs-marketplace/v/blaugold.explo-code)](https://marketplace.visualstudio.com/items?itemName=blaugold.explo-code) |