inspectable 0.1.2
inspectable: ^0.1.2 copied to clipboard
Inspectable visualizes the widget tree on running devices for debugging or research purpose.
0.1.2 2021.08.21 #
- Display State of StatefulWidget
0.1.1 2021.08.21 #
- Display attributes of widgets with formatted string.
- Display text of Text widget.
0.1.0 2021.08.20 #
- Show detail when widget name is tapped.
- Show attatched key next to widget name.
- Add
verbose
flag.
0.0.2 2021.08.20 #
- Remove flutter_simple_treeview package and build own tree view
0.0.2-dev.1 2021.08.20 #
- Update Readme.
- Follow prerelease versioning rule.
0.0.1 2021.08.20 #
- Introduce Inspectable widget with minimum features.