responsive_layout_builder 0.5.0 copy "responsive_layout_builder: ^0.5.0" to clipboard
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 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
21
likes
130
pub points
75%
popularity

Publisher

verified publisherthisismarch.dev

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.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, pedantic

More

Packages that depend on responsive_layout_builder