flow_box_popup 1.0.0
flow_box_popup: ^1.0.0 copied to clipboard
A smooth popup box with fluid animations. It auto-adjusts its height to fit content and slides up gracefully when the virtual keyboard appears.
0.0.3 #
- Initial release of FlowBoxPopup.
- Support for custom popup decoration, animation curve, and barrier color.
0.0.4 #
- patch interface errors
1.0.0 #
- Remove custom
curveandreverseCurve. - Improve the interface update in
BoxDecorationwhen hot-reload. - Remove
FlowPopupDecorationand replace it withBoxDecoration. - Change the name from
childDecorationtoboxDecoration. - Change the name from
popDecorationtopopupDecoration. - Change the name from
popBuildertopopupBuilder. - Change the name from
childPaddingtoboxPaddingand remove popPadding.