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

outdated

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
0
pub points
48%
popularity

Publisher

verified publisherarklabs.nz

Simple padding widgets for Flutter

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on padder