responsive_layout_builder 0.3.1
responsive_layout_builder: ^0.3.1 copied to clipboard
Flutter package for building responsive layout based on screen sizes. It could be wristwatch, small/medium/large mobile, small/large tablet or desktop.
Changelog #
0.3.1 #
- Added global
getMobileLayoutSize,getTabletLayoutSizeand two variations ofgetScreenSizebased onwidthandgetContextualScreenSizebased onBuildContext
0.3.0 #
- Redesigned
LayoutSize,ScreenSizeSettings,ResponsiveLayoutBuilder - Added
MobileLayoutSize,TabletLayoutSizeandScreenSize
0.2.1 #
- Added
analysis_option.yaml
0.2.0 #
- Added flag for usage of
Device Screen SizeorAll Available Screen Space - Added sample of usage of
ResponsiveLayoutBuilderwidget
0.1.0 #
- Created
LayoutSize,ScreenSizeSettings,ResponsiveLayoutBuilder - Created
Example