responsive_layout_kit 0.1.0
responsive_layout_kit: ^0.1.0 copied to clipboard
A comprehensive Flutter package for building responsive layouts across different screen sizes and orientations.
0.1.0 #
Added #
- Responsive Spacing System: Predefined spacing values (XS, S, M, L, XL, XXL) with both fixed and responsive variants
ResponsiveSpacingclass with fixed spacing constants- Width-based responsive spacing (
.wXS,.wS,.wM,.wL,.wXL,.wXXL) - Height-based responsive spacing (
.hXS,.hS,.hM,.hL,.hXL,.hXXL) EdgeInsetsExtensionfor easy padding and margin creation from double valuesGapExtensionfor creating SizedBox gaps (.vGap,.hGap)RadiusExtensionfor creating border radius (.radius)
Changed #
- Cleaned up
GlobalConstantsto include only essential spacing and layout values
0.0.1 #
- Initial release with core responsive features:
- Device type detection (phone, tablet, desktop)
- Responsive builders for conditional UI
- Screen utilities for adaptive sizing
- Responsive extensions for easy usage
- Orientation support