-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
When a persistent bottom snackbar (e.g., "Getting Flutter packages...") is active while using the builder, it overlaps any open modal dialogs, such as the "Set Variable" window.
As shown in the attached screenshot, this snackbar completely covers the "Cancel" and "Confirm" buttons of the dialog. This makes it impossible to close the dialog or save the changes. The snackbar itself often cannot be dismissed.
This effectively freezes this part of the UI, and the only workaround is to force-quit and restart the entire FlutterFlow application.
Expected Behavior
The "Set Variable" dialog (or any modal) should have a higher z-index and appear on top of the persistent snackbar.
Alternatively, the snackbar should be dismissible or be positioned so it does not block critical UI controls. I should always be able to click "Confirm" or "Cancel" on a dialog.
Steps to Reproduce
- Open a project in the FlutterFlow builder.
- Start an action that shows a persistent snackbar (e.g., start a Local Run test, which triggers the "Getting Flutter packages..." snackbar).
- While that snackbar is visible at the bottom, open the "Set Variable" dialog for any widget property (e.g., a
Conditional>Visibilityproperty). - Observe that the dialog's "Cancel" and "Confirm" buttons are hidden behind the snackbar and are inaccessible.
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT4WlcmB34hOsdtb7aXqdfkwmiUvKUAnbZJEm8N+FBAaIpT2E7YPXfikSEpWZ9+kTHxcL2Kj8D4z06HLvofyA+UqYQWCbtlk/6VTFhXjWlyhMLqLCLuSQnZRO8VJJVy01ruJhSUmLbFYSmAC1EyUF97KSnLvJu/EC0cnIf+LCKDA+lGqQ0SLb3kNh1JWeC/v
Visual documentation
Environment
- FlutterFlow version:
- Platform:
- Browser name and version:
- Operating system and version affected:Additional Information
No response