end_padding 1.0.1 copy "end_padding: ^1.0.1" to clipboard
end_padding: ^1.0.1 copied to clipboard

A package that provides utils for creating ending padding in lists.

End Padding Utils #

GitHub stars Package: end_padding Language: Dart License: MIT

The simplest package you will need. Made for simply adding padding at the end of lists to make sure system navigation or floating action buttons don't cover the last widgets.

Installation #

To use this package, add end_padding as a dependency using:

flutter pub add end_padding

Getting started #

Just add EndPadding or SilverEndPadding to the end of your widget lists. Or use the extension on List<Widget>.

Usage #

const EndPadding(),
const SliverEndPadding(),
ListView(
    children: someListOfWidgets.endPadding(),
)

For further details, visit the documentation.

Example of a colored EndPadding with a floating action button:

Padding Image

1
likes
150
points
22
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A package that provides utils for creating ending padding in lists.

Repository (GitHub)

Topics

#lists #widget #padding

Documentation

API reference

Funding

Consider supporting this project:

github.com
buymeacoffee.com

License

MIT (license)

Dependencies

flutter

More

Packages that depend on end_padding