respozen 0.1.0 copy "respozen: ^0.1.0" to clipboard
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.
  • ResponsiveHelper utility with:
    • scaleWidth, scaleHeight
    • safeScaleWidth, safeScaleHeight
    • Overflow-safe min/max scaling
  • ResponsiveBuilder widget to conditionally render UI based on screen size or orientation.
  • ResponsiveWidget (simplified version) for layout management.
  • DeviceInfo model with properties like:
    • width, height, deviceType, orientation, etc.
  • ResponsiveConfig to define designWidth and designHeight.
  • 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.
1
likes
140
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter package to create responsive apps across all platforms with safe scaling and pixel-perfect rendering.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on respozen