flow_box_popup 1.0.3
flow_box_popup: ^1.0.3 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.
1.0.1 #
- Improve the animation effects for a more seamless experience.
- Optimize popup closing: support dismiss via Navigator.pop(context)
1.0.3 #
- Improved morph animation effects:
- Fixed text wrapping issues when the popup is activated by fixing the layout of the trigger widget.
- Synchronized alignment eliminates content jerking during size changes.
- Optimized transition experience, maintaining a consistent and smooth interface from box to popup state.