voo_responsive 0.1.0
voo_responsive: ^0.1.0 copied to clipboard
A comprehensive responsive design system for Flutter applications, providing breakpoints, responsive builders, and adaptive layouts.
Changelog #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.1.0 - 2025-09-22 #
Added #
- Initial release of voo_responsive package
- Comprehensive responsive design system for Flutter applications
- Breakpoint system with mobile, tablet, desktop, and widescreen support
- VooResponsiveController for centralized responsive state management
- Responsive builders for adaptive UI construction
- VooResponsiveBuilder for screen-size based widget building
- VooBreakpointBuilder for breakpoint-specific layouts
- VooOrientationBuilder for orientation-based UI
- Responsive layouts (Row, Column, Grid, Wrap)
- Responsive utilities (Visibility, Padding, Text, Gap)
- Integration with voo_tokens for design token system
- Support for adaptive navigation patterns
- Clean architecture implementation with domain and presentation layers
- Comprehensive responsive configuration system