escape_parent_padding 1.0.4 copy "escape_parent_padding: ^1.0.4" to clipboard
escape_parent_padding: ^1.0.4 copied to clipboard

A Flutter widget to let child widgets escape parent padding constraints, great for full-width layouts like horizontal ListViews.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add escape_parent_padding

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  escape_parent_padding: ^1.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:escape_parent_padding/escapable_padding.dart';
import 'package:escape_parent_padding/escaped.dart';
14
likes
160
points
1.05k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget to let child widgets escape parent padding constraints, great for full-width layouts like horizontal ListViews.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on escape_parent_padding