padder 1.5.0 copy "padder: ^1.5.0" to clipboard
padder: ^1.5.0 copied to clipboard

Simple padding widgets for Flutter

Pub

Padder #

Padder is a Flutter package of simple padding widgets.

Sick of typing padding boilerplate like this?

new Padding(padding: new EdgeInsets.only(top: 16.0), child: myWidget);

Then Padder is for you!

Padder contains widgets such as PaddingTop that transform the line above into:

new PaddingTop(16.0, myWidget)

It may not seem like much but when tweaking Flutter layouts all day long, Padder widgets are much easier to use and remember!

Widgets #

  • PaddingAll
  • PaddingTop
  • PaddingLeft
  • PaddingRight
  • PaddingVertical
  • PaddingHorizontal
  • PaddingSymmetrical

Padder also has Sliver variants of all the widgets above

Publishing #

Dry Run:

flutter packages pub publish --dry-run

To publish:

flutter packages pub publish

1
likes
130
points
816
downloads

Publisher

verified publisherarklabs.nz

Weekly Downloads

Simple padding widgets for Flutter

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on padder