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
587 stars 45 forks source link

fix: Cannot hide the icon if the style is FlatColored #125

Closed sandunrajitha closed 3 months ago

sandunrajitha commented 3 months ago

Pass the missing parameter showIcon for FlatColoredToastWidget

sandunrajitha commented 3 months ago

@payam-zahedi Yeah. I've tried with the example app. And updating the company app to use it at the moment.

sandunrajitha commented 3 months ago

@payam-zahedi Thank you 😊

payam-zahedi commented 3 months ago

Thanks, @sandunrajitha

I guess it's time to close this issue #121