toastify_flutter 2.1.1
toastify_flutter: ^2.1.1 copied to clipboard
Toast Library for Flutter: Easily create custom toast messages. Add short, customizable notifications to your Flutter apps quickly.
2.1.1 #
- Removed unused
dart:ui
import.
See GitHub issues for more details.
2.1.0 #
- Added
alignment
property to control horizontal alignment of toasts (left
,center
,right
). - Added
animationCurve
property for customizing the animation easing of the toast. - Improved animation handling for smoother transitions.
- Fixed minor bugs from the previous version.
See GitHub issues for more details.
2.0.0 #
- Removed the
show
method used to display toasts. - Added specific methods:
success
,info
,warning
, anderror
for more advanced customization. - Improved toast customization capabilities.
See GitHub issues for more details.
1.0.4 #
- project description changed
See GitHub issues for more details.
1.0.3 #
- remove platforms
See GitHub issues for more details.
1.0.2 #
- add platforms
See GitHub issues for more details.
1.0.1 #
- small adjustments not important
See GitHub issues for more details.
1.0.0 #
- project name is changed
- the platforms it supports are added
See GitHub issues for more details.
0.3.0 #
- Added support for custom toast messages.
- Implemented duration and position configuration for toasts.
- Fixed overlay issues in specific contexts.
See GitHub issues for more details.