adaptive_responsive_ui 1.0.1
adaptive_responsive_ui: ^1.0.1 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.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