size_configurator 0.0.1
size_configurator: ^0.0.1 copied to clipboard
A Flutter package for responsive UI design with dynamic screen scaling.
Changelog #
0.0.1 - 2024-12-30 #
Initial release #
- Created
size_configuratorpackage for responsive UI design in Flutter. - Implemented
SizeConfigclass for screen dimension calculations and responsive design utilities. - Provided methods to calculate screen width, height, block size, and multipliers based on device orientation.
- Added configuration for handling different screen sizes and platforms (Android, iOS).
0.0.2 2025-1-5 #
Improvements #
- Refined
initmethod for better platform-specific adjustments (screen size calculation for Android and iOS). - Added
textMultiplier,imageSizeMultiplier, and other scaling factors to improve UI responsiveness. - Integrated debug logs for screen dimension outputs during initialization.
0.0.3 - 2025-01-15 #
Bug Fixes and Updates #
- Fixed calculation issues when screen height is less than 785.
- Improved mobile portrait detection for screens less than 450 pixels wide.
- Optimized platform-specific adjustments for iOS and Android.