We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dialogs
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
I am using showDialog() to display modals. How can I make sure, they are responsive too?
showDialog()
The text was updated successfully, but these errors were encountered:
Good news! If you use the builder property in MaterialApp, all ModalRoutes (including dialogs), will be wrapped with the builder.
builder
If you pass ResponsiveBreakpoints.builder() to the builder property like in the example, your dialog has access to the breakpoints as well.
Hopefully I'm not wrong, I'll need to double check.
Flutter Documentation:
Sorry, something went wrong.
@rayliverified Do you have an example?
@rayliverified is there any updates on this? dialogs does not scale with the rest of the app
No branches or pull requests
I am using
showDialog()
to display modals. How can I make sure, they are responsive too?The text was updated successfully, but these errors were encountered: