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.
When notification alignment is the bottom part of the screen, add extra margin to account for active keyboard, so the notifications appear above it and not behind.
Breaking changes:
Add BuildContext context to ToastificationConfig.marginBuilder signature.
Closes #124
When notification alignment is the bottom part of the screen, add extra margin to account for active keyboard, so the notifications appear above it and not behind.
Breaking changes:
BuildContext context
toToastificationConfig.marginBuilder
signature.