responsive_addons 2.0.0 copy "responsive_addons: ^2.0.0" to clipboard
responsive_addons: ^2.0.0 copied to clipboard

discontinuedreplaced by: responsive_master

A powerful Flutter package that provides responsive UI utilities and a Bootstrap-style grid system for building adaptable layouts across all screen sizes and devices.

❌ Deprecated: Responsive Addons (Legacy) #

This package provides a simple set of responsive extensions (.h, .w, .sp, etc.) based on a fixed Figma design frame.
It uses MediaQueryData.fromWindow(ui.window) for resolution-independent scaling.


⚠️ Deprecation Notice #

This package is no longer actively maintained.

We recommend switching to the official and more robust package:

responsive_master #

pub package

  • Modern, modular, and scalable
  • Built-in support for:
    • Percentage-based units (.ph, .pw)
    • Design scaling modes (.h, .w, .sp, .r)
    • Bootstrap-style grid and layout
    • Breakpoint utilities (context.isSm, etc.)
    • Custom error screen and orientation control

Example #

Text(
  'Hello',
  style: TextStyle(fontSize: 16.sp),
);

SizedBox(
  width: 100.w,
  height: 50.h,
);
1
likes
160
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter package that provides responsive UI utilities and a Bootstrap-style grid system for building adaptable layouts across all screen sizes and devices.

Repository (GitHub)
View/report issues

Topics

#responsive #figma #extensions #adaptive #spacing

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on responsive_addons