dynamic_responsive_screen 1.0.0
dynamic_responsive_screen: ^1.0.0 copied to clipboard
An automatic responsive scaling library for Flutter. It offers different scaling strategies for containers and text elements.
Changelog #
1.0.0 - 2024-01-15 #
Added #
- Initial release of Dynamic Responsive Screen
- Smart dual scaling strategy for containers and text
- context.w(), context.h(), context.r(), context.sp() methods
- Device detection: isMobile, isTablet, isDesktop
- Graduated scaling (1.0x mobile, 1.15x-1.25x tablet, 1.35x desktop)
- Text scaling limited to max 1.1x for better readability