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

A Flutter widget that applies padding based on a fraction of the safe area dimensions.

Safe Area Fraction #

A lightweight Flutter widget and context extension to apply layout padding based on a fraction of the safe area and screen size.

Example #

SafeFraction(
  heightFraction: 0.1,
  widthFraction: 0.05,
  child: Container(color: Colors.blue),
)
2
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that applies padding based on a fraction of the safe area dimensions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_lints

More

Packages that depend on safe_area_fraction