flutter_screenutil_plus 1.1.0
flutter_screenutil_plus: ^1.1.0 copied to clipboard
A flutter plugin for adapting screen and font size. Guaranteed to look good on different models
Changelog #
All notable changes to this project will be documented in this file.
1.1.0 2025 #
Added #
- New
ScreenUtilModebehavior refactor with responsive rebuilding improvements - Additional unit tests covering new utilities, rebuild flow, and registerToBuild edge cases
Changed #
- Refactored
ScreenUtilPlusInitto reduce duplication and improve responsiveness - Extracted
DeviceTypeenum andMediaQueryDataextension into dedicated utility files - Improved
ScreenUtilPlus.configureerror handling and rebuilt element management
1.0.2 2025 #
Added #
- Comprehensive example app demonstrating all package features
- Library-level documentation with usage examples
- Documentation for
BorderRadiusExtensionand its methods (.r,.w,.h) - Documentation for
BoxConstraintsExtensionand its methods (.r,.hw,.w,.h) - Example directory with complete working demo
Changed #
- Improved pub.dev score with complete API documentation
1.0.1 2025 #
Changed #
- Reorganized package structure for better maintainability
- Improved folder organization with logical subdirectories (core, widgets, extensions, mixins, utils, internal)
1.0.0 2025 #
Added #
- Comprehensive unit test coverage (114+ tests)
- Fixed deprecation warning: replaced
textScaleFactorwithtextScaler.scale(1.0) - Improved error handling for defunct elements in
configuremethod
Fixed #
- Fixed assertion error when trying to rebuild defunct elements
- Fixed
spextension test by properly handling fontSizeResolver