flutter_sliding_toast 1.5.2
flutter_sliding_toast: ^1.5.2 copied to clipboard
A flutter package for displaying messages with custom styling and animation behavior.
1.5.2 #
- Added cross axis alignment for the leading, title, and trailing widgets which are aligned in a row.
1.5.1 #
- Fixed an issue where the toast container's maxHeight and maxWidth constraints were not being applied correctly.
1.5.0 #
- Either use context or provide an existing overlay state
- Initialize context or overlay state early for persistent toast availability
- Updated sdk version and depreciated methods
1.4.3 #
- Gradient color and decoration image added inside toast container
1.4.2 #
- Overflow inside toast container bug is solved
1.4.1 #
- Make the title width dynamic, by disabling progress bar and making 'expandedTitle' to false in toast style
- Enabling progress bar will make title expanded even if 'expandedTitle' is true
1.4.0 #
- Show popup toast with title, leading, and trailing widget
- Enable or disable fading and scaling effect or modify their behavior
- bug fixes
1.3.0 #
- Add Leading widget
- Add spacing between leading and title or title and trailing
- Close an individual or all displayed toasts programmatically
1.2.0 #
- Execute functions when the toast is tapped or disposed
- Disable multiple tapping to execute callback only one time
- Screenshots updated
1.1.1 #
- Screenshots updated
1.1.0 #
- Glassmorphism design
- Pause the animation with long press and release it to continue
- Clipping the progressbar with border radius
1.0.2 #
- padding inside toast message
- list of box shadow for toast message
- toast message minimum/maximum height and width changed
1.0.1 #
- changed dart sdk version
- readme updated
1.0.0 #
- initial release