voo_responsive 0.1.4
voo_responsive: ^0.1.4 copied to clipboard
A comprehensive responsive design system for Flutter applications, providing breakpoints, responsive builders, and adaptive layouts.
0.1.4 #
- FEAT: add example modules and run configurations for VooFlutter packages.
0.1.3 #
- FIX: Dependencies incorrectly importing voo_core
0.1.2 #
- FEAT: Introduce voo_tokens package for design tokens and responsive utilities.
- FEAT: Add All VooLists Showcase Preview.
- FEAT: Add list previews and responsive previews; remove unused list components.
- FEAT: Add responsive design system with breakpoints and responsive widgets.
Changelog #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.1.1 - 2025-01-23 #
0.1.0 #
- Initial release
- Comprehensive responsive design system for Flutter applications
- Provides breakpoints, responsive builders, and adaptive layouts
- Depends on voo_core for base utilities
- Depends on voo_tokens for design token integration
[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