toastify_x 1.1.0
toastify_x: ^1.1.0 copied to clipboard
A premium, highly customizable toast notification system for Flutter with modern styles like Modern, Minimal, Glass, and Flat. Smooth animations and easy setup.
CHANGELOG #
1.1.0 #
- New Feature: Added
centerposition support for toasts. - New Feature: Added
AnimationTypeenum withslide,scale,fade, andbounce(elastic) transitions. - New Feature: Added
showProgressparameter to display a linear progress bar within the toast. - Feature: Added support for
customIconandtextStyleoverrides. - Feature: Added
paddingandmarginparameters for layout customization.
- Fixed
withOpacitydeprecation warnings by migrating towithAlpha. - Added a visual preview gallery to the demo app using GIF assets.
- Improved library documentation and code comments.
- Updated README with new styling and performance showcase GIFs.
1.0.0 #
- Initial release of ToastifyX.
- Support for multiple Toast types:
success,error,warning,info,loading. - Support for multiple Styles:
modern,minimal,glass,flat. - Position configuration:
toporbottom. - Backdrop blur for a premium glassmorphic effect.
- Built-in animations with slide and fade transitions.
- Global access using
toastNavigatorKey.