responsive_mixin_layout 1.3.0
responsive_mixin_layout: ^1.3.0 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
1.1.0 #
- added [ScreenWidth] and [ScreenHeight] classes to record sizes and methods
1.2.0 #
- added
basedOnLayoutbool on [ResponsiveLayout] to switch between get screen size from screen size or layout box constraints
1.3.0 #
- added
xdesktopfield into [ScreenSizes]