Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add global showDialog method using non-root navigator #102

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

Dohmanlechx
Copy link
Contributor

Resolves #84.

This issue seems to arise in scenarios involving nested navigators
within the application. When displaying a dialog, setting useRootNavigator: false
ensures that it is pushed to the current navigator rather than the root one.

To enhance clarity for contributors, I've introduced a global method for displaying dialogs.
This serves as a clear reminder not to push dialogs to the root navigator.

Copy link
Member

@erickzanardo erickzanardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the contribution

@erickzanardo erickzanardo merged commit 117245b into bluefireteam:main Sep 13, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

colorProperty is closing the page in Flutter Web
3 participants