responsive_sizer 2.0.1 responsive_sizer: ^2.0.1 copied to clipboard
Responsive Sizer helps implement a reponsive layout by providing helper widgets and extensions.
[2.0.1] - 19.04.2021 #
- Fixes Issue#2 where the correct width and height aren't set when in landscape orientation
- Added
adaptiveHeight
andadaptiveWidth
parameter that is used for calculation to replace the old width and height
[2.0.0+2] - 18.04.2021 #
- Changed description
- Improved formatting in documentation
[2.0.0+1] - 15.04.2021 #
- Improved formatting in documentation
[2.0.0] - 14.04.2021 #
- ResponsiveSizer now accepts builder parameter to fix Issue#1
- Fixed bug where
Orientation
andScreenType
doesn't get set byDevice.setScreenSize
[1.1.0+1] - 12.04.2021. #
- Fixed broken README links
[1.1.0] - 10.04.2021. #
- Added Adaptive class to support auto import package
- Fixed a bug where changing the orientation changes the ScreenType
[1.0.0+4] - 09.04.2021. #
- Fixed Typo
[1.0.0+3] - 09.04.2021. #
- Formatted dart files according to pass static analysis
[1.0.0+2] - 09.04.2021. #
- Updated import package version in README.md
[1.0.0+2] - 09.04.2021. #
- Updated import package version in README.md
[1.0.0+1] - 09.04.2021. #
- Improved Documentation
[1.0.0] - 08.04.2021. #
- First Release