Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blaugold/explo
- Owner: blaugold
- License: mit
- Created: 2020-07-20T20:22:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T16:49:34.000Z (about 3 years ago)
- Last Synced: 2024-11-26T13:11:43.744Z (about 2 months ago)
- Topics: 3d, dev-tool, exploded, flutter, ui
- Language: Dart
- Homepage: https://pub.dev/packages/explo
- Size: 92.6 MB
- Stars: 23
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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) |