fixed_responsive 1.0.0
fixed_responsive: ^1.0.0 copied to clipboard
A mobile-first scaling extension that calculates sizes based on the shortest screen side, preventing layout breaks on rotation while scaling perfectly for tablets.
1.0.0 #
- Initial release.
- Added
FixedResponsiveextension onnum. - Included
.fw(fixed width scaling) and.fsp(fixed scalable pixel) properties. - Relies on
PlatformDispatcherfor immediate hardware lookups (Flutter 3.10+).