flutter_sliding_toast 1.4.1
flutter_sliding_toast: ^1.4.1 copied to clipboard
A flutter package for displaying sliding messages from all direction with custom styling and animation.
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