fixed_responsive 1.0.2
fixed_responsive: ^1.0.2 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+).
1.0.1 #
- Added demonstration GIF to README.
- Added comprehensive Widget tests for orientation verification.
- Added full
example/project to demonstrate responsive Grid and ListView layouts.
1.0.2 #
- Added working demo video.