smart_responsive 0.0.2
smart_responsive: ^0.0.2 copied to clipboard
A Flutter package for creating responsive UIs with ease. Provides widgets and extensions to build adaptive layouts for mobile, tablet, and desktop.
0.0.2 #
- Added an example app in the
example/
directory demonstrating package usage.
0.0.1 #
- Initial release of the
smart_responsive
package. - Added
SmartResponsive
widget for building adaptive UIs for mobile, tablet, and desktop. - Added
BuildContext
extensions for easy device detection (isMobile
,isTablet
,isDesktop
,deviceType
). - Added
SmartScreen
helper class to access screen properties.