- Updated to NNBD
- Update homepage link
- Migrated to GitHub
- Minor refactorings
- Updated license file
- Added license file headings
- Updated pedantic dependency
- Minor changes due to linter
- Redesigned orientation usage for
getScreenSizeandgetContextualScreenSize - Added null checks for
getMobileLayoutSize,getTabletLayoutSize,getScreenSizeandgetContextualScreenSize - Fixed
README.md
- Added descriptions for
getMobileLayoutSize,getTabletLayoutSize,getScreenSizeandgetContextualScreenSize - Minor fixes
- Added global
getMobileLayoutSize,getTabletLayoutSizeand two variations ofgetScreenSizebased onwidthandgetContextualScreenSizebased onBuildContext - Moved
orientationfrom parameter of builder toScreenSizeas parameter
- Redesigned
LayoutSize,ScreenSizeSettings,ResponsiveLayoutBuilder - Added
MobileLayoutSize,TabletLayoutSizeandScreenSize
- Added
analysis_option.yaml
- Added flag for usage of
Device Screen SizeorAll Available Screen Space - Added sample of usage of
ResponsiveLayoutBuilderwidget
- Created
LayoutSize,ScreenSizeSettings,ResponsiveLayoutBuilder - Created
Example