-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: broken pop dialog In `feedback-widget`, replaced the wrap around the `theme` with an Overlay widget instead of the `navigation`. The Navigation widget intercept the back action in general app navigation and prevent dialogs from popping * fix: feedback-builder request a navigator ancestor Wrap the feedback-builder with a Navigation ancestor to avoid error * example: add buttons to open dialog in example Add two buttons to open a test alert-dialog. - The first one in the base screen to handle the `normal` flow of navigation and test the open/close option with back action - The second one in the custom-feedback to test the behavior of open a dialog with a custom navigator
- Loading branch information
1 parent
f159819
commit 394ee5b
Showing
4 changed files
with
208 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.