payam-zahedi / toastification

Toastification is a Flutter package for displaying customizable toast messages. It provides predefined widgets for success, error, warning, and info messages, as well as a custom widget for flexibility. With Toastification, you can add and manage multiple toast messages at the same time with ease.
https://payamzahedi.com/toastification/
BSD 3-Clause "New" or "Revised" License
564 stars 39 forks source link

applyBlurEffect option missing #111

Closed ozayr closed 1 month ago

ozayr commented 4 months ago

the applyBlurEffect option seems to be missing

payam-zahedi commented 4 months ago

Hey @ozayr

What exactly is the problem? apply blur effect is here, you can simply use it

https://github.com/payam-zahedi/toastification/blob/cb8d75044c768c76818535a6548a7a4f613fe110/lib/src/core/toastification.dart#L261