inspectable_property 0.0.3
inspectable_property: ^0.0.3 copied to clipboard
Add reflection-like runtime inspection to your Dart classes. Mix in Inspectable and use the Inspector widget to view and edit typed properties — no code generation required.
0.0.3 #
- Upgraded readme and doc comments.
0.0.2 #
- Added support for Enum descendant properties.
- Added basic Enum editor built-in.
0.0.1 #
- Initial commit. Inspectable stuff + built in basic editors.
- Editor for double properties.
- Editor for int properties.
- Editor for boolean properties.
- Editor for string properties.
- Basic inspector widget.