adaptive_responsive_ui 1.0.5 copy "adaptive_responsive_ui: ^1.0.5" to clipboard
adaptive_responsive_ui: ^1.0.5 copied to clipboard

A comprehensive Flutter package for responsive UI design with easy-to-use extensions for width, height, padding, margin, fonts, and device detection.

1.0.5 #

  • solve padding and marging issue

1.0.4 #

  • Limited Context usage to once
  • Optimize performance

1.0.3 #

  • Remove Context usage
  • Remove .pSym() and .mSym

1.0.2 #

  • 🎉 Added context-less extensions for most features
  • Added .p and .m as getters for padding/margin (no context needed)
  • Added .gapW and .gapH as getters (no context needed)
  • Added .pSym() and .mSym() for symmetric padding/margin without context
  • Updated README.md with comprehensive context-less examples
  • Added API reference tables
  • Added migration guide from 1.0.x
  • No breaking changes - all old code still works

1.0.1 #

  • Fixed README.md to show correct package name in examples
  • Updated documentation with proper import statements

1.0.0 #

  • Initial release
  • Responsive extensions for width, height, padding, margin
  • Device type detection (mobile, tablet, desktop)
  • Configurable base design dimensions
  • Context and context-less extensions
  • Safe area helpers
  • Responsive widget builder

Features included: #

  • w(), h(), sp(), icon(), r() extensions
  • p(), pOnly(), pSymmetric() for padding
  • m(), mOnly(), mSymmetric() for margin
  • gapW(), gapH() for spacing
  • min(), max() for dimension scaling
  • Device detection: isMobile, isTablet, isDesktop
  • Responsive helpers: gridCount(), autoTextSize(), imageSize()
  • ResponsiveConfig for custom base dimensions
0
likes
150
points
80
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for responsive UI design with easy-to-use extensions for width, height, padding, margin, fonts, and device detection.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on adaptive_responsive_ui