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

Ability to change close Icon button with custom widget (Text Widget) #118

Closed ilyasarafathemvigo closed 1 month ago

ilyasarafathemvigo commented 1 month ago

Screenshot_1722513539 Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

niklasbartsch commented 1 month ago

Hey you can just create your custom toast: https://pub.dev/packages/toastification#showcustom-method

ilyasarafathemvigo commented 1 month ago

@niklasbartsch Thank you for your support, closing this ticket