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 dialog support extensions #15

Open
bdlukaa opened this issue Aug 27, 2020 · 0 comments
Open

Add dialog support extensions #15

bdlukaa opened this issue Aug 27, 2020 · 0 comments

Comments

@bdlukaa
Copy link

bdlukaa commented Aug 27, 2020

To show a dialog, we must add the context parameter to the function. It would be cool if we could show a dialog from the BuildContext.

For example:

Previous:

showDialog(
      context: context,
      ....
);

Now:

context.showDialog(...);
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

No branches or pull requests

1 participant