flutter_artist_styles_inspector 0.9.3
flutter_artist_styles_inspector: ^0.9.3 copied to clipboard
A companion visual debugging and code generation toolkit for flutter_artist_styles, providing runtime token inspection and interactive UI code board dialogs.
0.9.3 #
- Update docs.
0.9.2 #
- Core Rendering Engine Refactor (Multi-Platform Breakout)
- Completely removed the legacy HTML rendering architecture based on
flutter_widget_from_htmlto eliminate native platform-blocking constraints. - Successfully migrated document presentation pipelines to a high-performance Markdown ecosystem using
markdown_widget. - Fully unlocked native runtime execution verification across all 6 primary target environments (Android, iOS, Web, Windows, macOS, Linux), achieving a perfect 100% platform coverage compatibility rate.
- Completely removed the legacy HTML rendering architecture based on
- Design Token Configuration Sync
- Fully synchronized the internal Markdown parser configurations with the primary
context.faColorsenterprise design tokens framework. - Remapped background containers, text headers (H1/H2/H3), layout borders, and dynamic table properties to automatically update layout bounds relative to active framework theme metrics.
- Fully synchronized the internal Markdown parser configurations with the primary
- Layout & Table Presentation Enhancements
- Integrated an enforced infinite bounding wrapper across data tables to guarantee word-wrapping containment and completely prevent horizontal scrolling breaks.
- Adapted blockquote node styling properties to serve as unified error/warning text boundaries bounded by the semantic
colors.ink.dangertoken.
0.9.1 #
- Initial release.