awesome_padding_margin 0.0.1 copy "awesome_padding_margin: ^0.0.1" to clipboard
awesome_padding_margin: ^0.0.1 copied to clipboard

A collection of Flutter widget extensions for adding padding, margin, and slivers in a cleaner and more expressive way.

🚀 awesome_padding_margin #

pub package
GitHub stars
License: MIT
Flutter

A lightweight Flutter package providing extension methods to easily add padding, margin, and sliver support to widgets.
No more nested Padding or Container everywhere — write cleaner UI code with chained extensions.

✨ Features #

✅ Add padding with one line .paddingAll(), .paddingOnly(), .paddingSymmetric() ✅ Add margin with one line .marginAll(), .marginOnly(), .marginSymmetric() ✅ Convert any widget into a sliver .sliverBox ✅ Cleaner, chainable syntax (.paddingAll(16).marginSymmetric(horizontal: 20))
✅ Null-safe, minimal overhead, no external dependencies

📦 Installation #

In your pubspec.yaml:

dependencies:
  awesome_padding_margin: ^0.0.1

7
likes
160
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of Flutter widget extensions for adding padding, margin, and slivers in a cleaner and more expressive way.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on awesome_padding_margin