responsive_scaler 0.1.0 copy "responsive_scaler: ^0.1.0" to clipboard
responsive_scaler: ^0.1.0 copied to clipboard

A Flutter package that offers automatic, boilerplate-free responsive scaling for text, icons, and spacing across different screen sizes.

0.1.0 #

  • Make the scaling logic more robust
  • Remove AppTextStyles dependency, Redundant since the default TextTheme is already responsive
  • Update scaled(baseSize) to scale(baseSize, minValue, maxValue) for more developer control
  • Add baseSize.scale(minValue, maxValue) helper function for easier scaling of arbitrary values
  • Update the Readme documentation

0.0.2 #

  • Updated and improved documentation
  • Migrated to flutter_lints 6.0.0 for better linting support

0.0.1 #

  • Initial release
  • Automatic text scaling with zero boilerplate
  • Responsive icons and spacing helpers
  • Accessibility support with configurable limits
  • Smooth linear scaling with developer-defined design width
  • Pre-defined Material 3 text styles
  • Easy integration with existing apps
3
likes
150
points
235
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that offers automatic, boilerplate-free responsive scaling for text, icons, and spacing across different screen sizes.

Homepage
Repository (GitHub)
View/report issues

Topics

#responsive #ui #scaling #text #material-design

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on responsive_scaler