device_responsive 0.0.2
device_responsive: ^0.0.2 copied to clipboard
A magical, ultra-short, and powerful Flutter package to make your app responsive across Mobile, Tablet, Desktop, and Web with zero boilerplate.
0.0.2 #
- Fixed banner image URL for pub.dev.
0.0.1 #
- Initial release of
device_responsive. - Added
AutoResponsiveInitfor initialization. - Added
.w,.h,.sp,.rextensions for auto-scaling. - Added
context.device(m:, t:, d:, w:)for device-specific values. - Added
context.orientation(p:, l:)for orientation-specific values. - Added
AutoFlexwidget for automatic Column/Row switching.