toastification
toastification copied to clipboard
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 flexibilit...
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Either add new argument to config, or just change AnimatedLis.clipBehaviour to `clipBehavior: Clip.none` in...
It's so nice to disable title. Showing only body is more simple and smart. Additionally, disabling icon is also good.
**Describe the bug** It would be better for the UX to have a default max lines for title and description fields Its better to have the default max lines with...
**Describe the bug** The website show's the title and description as Widget instead of text. **Expected behavior** We should just show the Text('with the information') **Screenshots** If applicable, add screenshots...
The only-one option is supported I want multiple clicks to show only the latest toast, just one
**Describe the bug** A clear and concise description of what the bug is. I get this bug in multiple places in my app after calling toastification.show ```dart ValueNotifier not disposed...
**Describe the bug** This error occurs when I hit the close button. **Screenshots**  **Flutter information:** - OS: [Windows] - Flutter Version: [3.13.6] - Toastification Version [1.0.1]
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: No Overlay widget found. Some widgets require an Overlay widget ancestor for correct operation. The most common way to add an Overlay to an application is to...
Support for crossPage option configuration Cross-page or non-cross-page display can be set