Flutter_beautiful_popup icon indicating copy to clipboard operation
Flutter_beautiful_popup copied to clipboard

A flutter package help you beautify your app popups.

Results 7 Flutter_beautiful_popup issues
Sort by recently updated
recently updated
newest added

It seems, the overflow for the stack widget is removed in latest flutter versions. Hence, proposing this fix to the library

The package does not work with flutter 3.0

Hey, i want to make a login popup but the content gets hidden by the keyboard. Here is the code: ``` final popup = BeautifulPopup( context: context, template: TemplateSuccess, );...

Trying to update text value from selected dropdown but it doesn't update when the popup still open