dynamic_ui_renderer 0.0.1
dynamic_ui_renderer: ^0.0.1 copied to clipboard
A Flutter package for rendering UI from JSON responses. Build dynamic forms, screens, and components from server-driven JSON.
0.0.1 Initial Release 🎉 #
✨ New Features #
- Core widget support: Text, Container, Button, Column, Row
- JSON parsing with error handling
- Property parsing utilities (padding, margins, colors)
- Example app demonstrating usage
🏗️ Architecture #
- Modular design with separate models, core, and widgets
- Extensible widget factory pattern
- Type-safe JSON parsing
📚 Documentation #
- Comprehensive README with examples
- JSON schema reference
- Quick start guide
✅ Testing #
- Unit tests for JSON parsing
- Widget tests for rendering
- Coverage for utility functions