overlay_container 0.0.5+1 overlay_container: ^0.0.5+1 copied to clipboard
A flutter widget which renders its child outside the original widget hierarchy.
[0.0.5+1] - 13/03/2021. #
materialColor
attribute added. It's basically thecolor
attribute for theMaterial
component that wraps thechild
that's passed toOverlayContainer
. By default it usesColors.transparent
.
[0.0.4+1] - 08/09/2019. #
-
OverlayContainer
made aWidgetsBindingObserver
and the overlay is re-inserted on every call todidChangeMetrics
. -
OverlayContainer
hidden whendispose
is called.
[0.0.2] - 24/04/2019. #
- Comments added for
OverlayContainer
.
[0.0.1] - 24/04/2019. #
- Initial release.