respozen 0.1.0
respozen: ^0.1.0 copied to clipboard
A powerful Flutter package to create responsive apps across all platforms with safe scaling and pixel-perfect rendering.
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 - 2025-07-28 #
✨ Added #
- Initial release of
respozen– A responsive UI toolkit for Flutter apps. ResponsiveHelperutility with:scaleWidth,scaleHeightsafeScaleWidth,safeScaleHeight- Overflow-safe min/max scaling
ResponsiveBuilderwidget to conditionally render UI based on screen size or orientation.ResponsiveWidget(simplified version) for layout management.DeviceInfomodel with properties like:width,height,deviceType,orientation, etc.
ResponsiveConfigto definedesignWidthanddesignHeight.- Full support for mobile, tablet, desktop, and web.
- Built-in safe area and media padding respect.
Notes #
- This is the first stable release of the package.
- Built with Flutter 3.10.0+ and Dart 3.0.0+ in mind.
- Compatible with all platforms including web and desktop.