breakout 1.0.0-dev.2 copy "breakout: ^1.0.0-dev.2" to clipboard
breakout: ^1.0.0-dev.2 copied to clipboard

Create widgets that break out of their padded area

1.0.0-dev.0 #

  • Initial release of the package. API and implementation may change in future releases.

1.0.0-dev.1 #

  • Fixed README.md

1.0.0-dev.2 #

  • Switched to a less hacky approach that doesn't use overflows.
  • Renamed Breakoutable to BreakoutArea.
  • Simplified BreakoutInsets. Try BreakoutInsets.horizontal(40) or BreakoutInsets.vertical(40).
  • Breakouting is now dont the other way around. You need to wrap the widgets that should not break out in a Bounded widget.
0
likes
150
points
50
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Create widgets that break out of their padded area

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on breakout