toastification icon indicating copy to clipboard operation
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...

Results 60 toastification issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

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

enhancement

**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...

bug

**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...

bug
website

The only-one option is supported I want multiple clicks to show only the latest toast, just one

enhancement

**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...

bug
important
wait for response

**Describe the bug** This error occurs when I hit the close button. **Screenshots** ![exception](https://github.com/payam-zahedi/toastification/assets/46680607/488111a5-f945-4835-bdfb-6e3d00d7e8c3) **Flutter information:** - OS: [Windows] - Flutter Version: [3.13.6] - Toastification Version [1.0.1]

bug
help wanted

[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...

wait for response

Support for crossPage option configuration Cross-page or non-cross-page display can be set

enhancement