responsive_spacing_v2 1.2.3 copy "responsive_spacing_v2: ^1.2.3" to clipboard
responsive_spacing_v2: ^1.2.3 copied to clipboard

A simple Flutter package to add responsive padding and margin widgets for consistent, adaptive spacing across different screen sizes.

1.2.3 - 2025-05-27 #

Fixed #

  • Improved documentation.

1.2.0 - 2025-05-27 #

Added #

  • ResponsiveSpacingProvider: Provides a global spacing scale based on a base unit and scaling factor.
  • ResponsiveSpacer: A widget to insert vertical or horizontal space using a responsive scale (xs, sm, md, lg, xl).
  • context.spacing: Extension on BuildContext to access spacing values dynamically.

1.1.3 - 2025-05-09 #

Fixed #

  • Improved documentation.

1.1.2 - 2024-11-04 #

Initial Release #

  • Released the Responsive Spacing package with the following features:
    • ResponsivePadding: A widget that automatically adjusts padding around a child widget based on the screen size.
      • Introduced smallScreenPadding and largeScreenPadding properties for easy customization.
    • ResponsiveMargin: A widget that automatically adjusts margin around a child widget based on the screen size.
      • Introduced smallScreenMargin and largeScreenMargin properties for flexible spacing control.
4
likes
160
points
3
downloads

Publisher

verified publishernishanpradhan.com.np

Weekly Downloads

A simple Flutter package to add responsive padding and margin widgets for consistent, adaptive spacing across different screen sizes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on responsive_spacing_v2