belovance / QuickAlert

An instantly ready, full-featured alerts for development on any platform with flutter. Enabling you to complete projects and deploy quickly. With QuickAlert, you can display animated alert dialogs such as success, error, warning, confirm, loading or even a custom dialog.
https://pub.dev/packages/quickalert
MIT License
46 stars 42 forks source link

Made the alert dialog's content scrollable #8

Closed Alpha17-2 closed 1 year ago

Alpha17-2 commented 1 year ago

When used multiple widgets such as 4-5 text-form fields inside dialog box, it threw overflow error.

image_2022-11-05_22-09-23

To fix this, I made the content scrollable.

error