responsive_sizer 3.0.2
responsive_sizer: ^3.0.2 copied to clipboard
Responsive Sizer helps implement a reponsive layout by providing helper widgets and extensions.
3.0.2 08.06.2021 #
- Removed checks for device type because there is no way to do so without breaking compatibility
[3.0.2] - 08.06.2021 #
- Fixed Web compatibility error due to dart:io
3.0.0 08.06.2021 #
- Breaking Change: The package will set the correct width and height regardless of the orientation See Issue#6
- Breaking Change: Changed
.spto calculate the value using device's pixel density ratio - Added a way to check the device type (Android, Ios, Web, Windows, etc.)
2.0.1 19.04.2021 #
- Fixes Issue#2 where the correct width and height aren't set when in landscape orientation
- Added
adaptiveHeightandadaptiveWidthparameter 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
OrientationandScreenTypedoesn'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