responsive_scale 1.0.1 copy "responsive_scale: ^1.0.1" to clipboard
responsive_scale: ^1.0.1 copied to clipboard

A simple Flutter extension on BuildContext for responsive width, height, font size, and padding scaling.

Changelog #

All notable changes to this package will be documented in this file.

1.0.1 - 2025-08-25 #

Updated #

  • Fixed README.md file

1.0.0 - 2025-08-25 #

Added #

  • Initial release of the package.
  • ResponsiveScale on BuildContext:
    • w(num width): Scale width relative to screen width.
    • h(num height): Scale height relative to screen height.
    • s(num size): Scale font size or icons based on screen dimensions.
    • symmetric({horizontal, vertical}): Generate responsive symmetric padding.
0
likes
160
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple Flutter extension on BuildContext for responsive width, height, font size, and padding scaling.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on responsive_scale