responsive_layout_builder 0.5.0 responsive_layout_builder: ^0.5.0 copied to clipboard
Flutter package for building responsive layout based on screen sizes and orientation. It could be wristwatch, small/medium/large mobile, small/large tablet or desktop.
Changelog #
0.5.0 #
- Updated to NNBD
0.4.4 #
- Update homepage link
0.4.3 #
- Migrated to GitHub
- Minor refactorings
0.4.2 #
- Updated license file
- Added license file headings
0.4.1 #
- Updated pedantic dependency
- Minor changes due to linter
0.4.0 #
- Redesigned orientation usage for
getScreenSize
andgetContextualScreenSize
- Added null checks for
getMobileLayoutSize
,getTabletLayoutSize
,getScreenSize
andgetContextualScreenSize
- Fixed
README.md
0.3.2 #
- Added descriptions for
getMobileLayoutSize
,getTabletLayoutSize
,getScreenSize
andgetContextualScreenSize
- Minor fixes
0.3.1 #
- Added global
getMobileLayoutSize
,getTabletLayoutSize
and two variations ofgetScreenSize
based onwidth
andgetContextualScreenSize
based onBuildContext
- Moved
orientation
from parameter of builder toScreenSize
as parameter
0.3.0 #
- Redesigned
LayoutSize
,ScreenSizeSettings
,ResponsiveLayoutBuilder
- Added
MobileLayoutSize
,TabletLayoutSize
andScreenSize
0.2.1 #
- Added
analysis_option.yaml
0.2.0 #
- Added flag for usage of
Device Screen Size
orAll Available Screen Space
- Added sample of usage of
ResponsiveLayoutBuilder
widget
0.1.0 #
- Created
LayoutSize
,ScreenSizeSettings
,ResponsiveLayoutBuilder
- Created
Example