responsive_mixin_layout 1.0.3
responsive_mixin_layout: ^1.0.3 copied to clipboard
A Flutter package for creating responsive layouts across different screen sizes.
1.0.0 #
- Initial release of the package.
- Added the ResponsiveLayout widget to create responsive layouts in Flutter.
- Provides custom widgets for mobile devices, tablets, desktops, and TVs.
- Allows customization of the application's appearance based on the device's screen size.
1.0.1 #
- changed
ScreenSizeclass name toScreenSizes - updated extension on context to have getters
1.0.2 #
- changed
ResponsiveLayoutMixinmixin name toResponsiveMixinLayout
1.0.3 #
- updated flutter sdk
- updated readme