Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

59 lines (35 loc) · 1.31 KB

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 and getContextualScreenSize
  • Added null checks for getMobileLayoutSize, getTabletLayoutSize, getScreenSize and getContextualScreenSize
  • Fixed README.md

0.3.2

  • Added descriptions for getMobileLayoutSize, getTabletLayoutSize, getScreenSize and getContextualScreenSize
  • Minor fixes

0.3.1

  • Added global getMobileLayoutSize, getTabletLayoutSize and two variations of getScreenSize based on width and getContextualScreenSize based on BuildContext
  • Moved orientation from parameter of builder to ScreenSize as parameter

0.3.0

  • Redesigned LayoutSize, ScreenSizeSettings, ResponsiveLayoutBuilder
  • Added MobileLayoutSize, TabletLayoutSize and ScreenSize

0.2.1

  • Added analysis_option.yaml

0.2.0

  • Added flag for usage of Device Screen Size or All Available Screen Space
  • Added sample of usage of ResponsiveLayoutBuilder widget

0.1.0

  • Created LayoutSize, ScreenSizeSettings, ResponsiveLayoutBuilder
  • Created Example