adaptive_responsive_ui 1.0.5
adaptive_responsive_ui: ^1.0.5 copied to clipboard
A comprehensive Flutter package for responsive UI design with easy-to-use extensions for width, height, padding, margin, fonts, and device detection.
1.0.5 #
- solve padding and marging issue
1.0.4 #
- Limited Context usage to once
- Optimize performance
1.0.3 #
- Remove Context usage
- Remove
.pSym()and.mSym
1.0.2 #
- 🎉 Added context-less extensions for most features
- Added
.pand.mas getters for padding/margin (no context needed) - Added
.gapWand.gapHas getters (no context needed) - Added
.pSym()and.mSym()for symmetric padding/margin without context - Updated README.md with comprehensive context-less examples
- Added API reference tables
- Added migration guide from 1.0.x
- No breaking changes - all old code still works
1.0.1 #
- Fixed README.md to show correct package name in examples
- Updated documentation with proper import statements
1.0.0 #
- Initial release
- Responsive extensions for width, height, padding, margin
- Device type detection (mobile, tablet, desktop)
- Configurable base design dimensions
- Context and context-less extensions
- Safe area helpers
- Responsive widget builder
Features included: #
w(),h(),sp(),icon(),r()extensionsp(),pOnly(),pSymmetric()for paddingm(),mOnly(),mSymmetric()for margingapW(),gapH()for spacingmin(),max()for dimension scaling- Device detection:
isMobile,isTablet,isDesktop - Responsive helpers:
gridCount(),autoTextSize(),imageSize() ResponsiveConfigfor custom base dimensions