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
532 stars 39 forks source link

Add ability to disable title #106

Open idea-garage opened 4 months ago

idea-garage commented 4 months ago

It's so nice to disable title. Showing only body is more simple and smart. Additionally, disabling icon is also good.

payam-zahedi commented 3 months ago

Can you send me some examples?

How it can be usefull? like some Images or so?

idea-garage commented 3 months ago

thank you. I just want to display her one line message like "Your order has been accepted." or "Your order has been cancelled."

payam-zahedi commented 3 months ago

@idea-garage Have tried the simple style?

idea-garage commented 3 months ago

Thanks for information. I hope simple toast to be colored, or with icon/ close button.