flutter_styled_toast 1.4.0
flutter_styled_toast: ^1.4.0 copied to clipboard
A Styled Toast Flutter package. You can highly customize toast ever.Beautify toast with a series of animations and make toast more beautiful.
1.4.0 #
Add fullWidth parameter, controls whether the width of default toast widget is full screen. Code optimization. Fix the bug when dismiss toast.
1.3.2 #
Fix unused import.
1.3.1 #
Add locale as required parameter in StyledToast. Fix TextFields context menu exception with Flutter 1.17.0.
1.3.0 #
Add toast position: topLeft, topRight, centerLeft, centerRight, bottomLeft, bottomRight. Add custom size transition to support alignment in size transition animation. Fix size transition bug. Modify example.
1.2.1 #
Add start offset, reverse end offset in StyledToast.
1.2.0 #
Add axis, alignment support to rotate and size animation. Add start offset, end offset, reverse start offset, reverse end offset to slide animation.
1.1.0+5 #
Fix bugs.
1.1.0+4 #
Modify README.
1.1.0+3 #
Fix bugs.
1.1.0 #
Adding size animation sizeFade animation, fix bugs.
1.0.0 #
First release version features: showToast showToastWidget toast animation and reverse animation.
0.0.1 #
initial project