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
587 stars 45 forks source link

Add extra bottom margin to account for keyboard #131

Closed MrLightful closed 1 month ago

MrLightful commented 2 months ago

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:

payam-zahedi commented 2 months ago

Hey @romatallinn

Thanks for your contribution,

I will review it asap