flutter_sizer 1.0.5
flutter_sizer: ^1.0.5 copied to clipboard
Flutter Sizer helps implement a reponsive layout by providing helper widgets and extensions.
1.0.5 14.05.2022. #
- Flutter 3.0 support.
1.0.4 12.09.2021. #
- Improve logic to handle different aspect ratios
1.0.3 16.06.2021. #
- Introduce log calculation for .dp
1.0.2 26.04.2021. #
- Deprecate .sp
- Introduce .dp handling correctly all platforms using width/height ratio and pixels density
1.0.1 25.04.2021. #
- Handle .sp correctly after orientation change
1.0.0 25.04.2021. #
- First Release